#D8FEFC

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

Shades of Light Cyan #D8FEFC

Tints of Light Cyan #D8FEFC

Color information

#D8FEFC (or 0xD8FEFC) is unknown color: approx Light Cyan. HEX triplet: D8, FE and FC. RGB value is (216,254,252). Sum of RGB (Red+Green+Blue) = 216+254+252=722 (95% of max value = 765). Red value is 216 (84.77% from 255 or 29.92% from 722); Green value is 254 (99.61% from 255 or 35.18% from 722); Blue value is 252 (98.83% from 255 or 34.90% from 722); Max value from RGB is 254 - color contains mainly: green. Hex color #D8FEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8FEFC is #270103. Grayscale: #F2F2F2. Windows color (decimal): -2556164 or 16580312. OLE color: 16580312.

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

Color convert

RGB216254252-
CMYK0.1500.010.00
HSL176.84º95%92.16%-
HSV(B)176.84º14.96%99.61%-
XYZ81.3392.51105.67-
YUV242.41133.41109.16-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 29.92%
GREEN value IS 254 (99.61% from 255) = 35.18%
BLUE value IS 252 (98.83% from 255) = 34.90%
R=29.92%
G=35.18%
B=34.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2162542520.1500.010.00176.849592.16
HexD8FEFCF010b15f5c
Octal33037637417010261137134
Binary11011000111111101111110011110101011000110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8FEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8FEFC; }

 p { color: rgb(216,254,252); }

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

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

 a { background-color: rgb(216,254,252); }

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

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

 span { border-color: rgb(216,254,252); }

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