#D7FFFE

Color #D7FFFE Light Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Cyan #D7FFFE

Tints of Light Cyan #D7FFFE

Color information

#D7FFFE (or 0xD7FFFE) is unknown color: approx Light Cyan. HEX triplet: D7, FF and FE. RGB value is (215,255,254). Sum of RGB (Red+Green+Blue) = 215+255+254=724 (95% of max value = 765). Red value is 215 (84.38% from 255 or 29.70% from 724); Green value is 255 (100% from 255 or 35.22% from 724); Blue value is 254 (99.61% from 255 or 35.08% from 724); Max value from RGB is 255 - color contains mainly: green. Hex color #D7FFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7FFFE is #280001. Grayscale: #F2F2F2. Windows color (decimal): -2621442 or 16711639. OLE color: 16711639.

HSL color Cylindrical-coordinate representation of color #D7FFFE: hue angle of 178.5º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D7FFFE is Cyan = 0.16, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.

Color convert

RGB215255254-
CMYK0.1600.000
HSL178.5º100%92.16%-
HSV(B)178.5º15.69%100%-
XYZ81.6793.12107.44-
YUV242.93134.25108.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 215 (84.38% from 255) = 29.70%
GREEN value IS 255 (100% from 255) = 35.22%
BLUE value IS 254 (99.61% from 255) = 35.08%
R=29.70%
G=35.22%
B=35.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2152552540.1600.000178.510092.16
HexD7FFFE10000b2645c
Octal32737737620000262144134
Binary110101111111111111111110100000001011001011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7FFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7FFFE; }

 p { color: rgb(215,255,254); }

 H1.HeaderClassName
 {
   color: #D7FFFE;
 }
 .AnyTagClassName
 {
   color: #D7FFFE;
 }
</style>
background-color css

<style>
 a { background-color: #D7FFFE; }

 a { background-color: rgb(215,255,254); }

 div.DivClassName
 {
   background-color: #D7FFFE;
 }
 .BgClassName
 {
   background-color: #D7FFFE;
 }
</style>
border-color css

<style>
 span { border-color: #D7FFFE; }

 span { border-color: rgb(215,255,254); }

 td.TdClassName
 {
   border-color: #D7FFFE;
 }
 .TagClassName
 {
   border-color: #D7FFFE;
 }
</style>