#D9FEFC

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

Shades of Light Cyan #D9FEFC

Tints of Light Cyan #D9FEFC

Color information

#D9FEFC (or 0xD9FEFC) is unknown color: approx Light Cyan. HEX triplet: D9, FE and FC. RGB value is (217,254,252). Sum of RGB (Red+Green+Blue) = 217+254+252=723 (95% of max value = 765). Red value is 217 (85.16% from 255 or 30.01% from 723); Green value is 254 (99.61% from 255 or 35.13% from 723); Blue value is 252 (98.83% from 255 or 34.85% from 723); Max value from RGB is 254 - color contains mainly: green. Hex color #D9FEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FEFC is #260103. Grayscale: #F2F2F2. Windows color (decimal): -2490628 or 16580313. OLE color: 16580313.

HSL color Cylindrical-coordinate representation of color #D9FEFC: hue angle of 176.76º 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 #D9FEFC is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.

Color convert

RGB217254252-
CMYK0.1500.010.00
HSL176.76º94.87%92.35%-
HSV(B)176.76º14.57%99.61%-
XYZ81.6392.66105.68-
YUV242.71133.24109.66-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 30.01%
GREEN value IS 254 (99.61% from 255) = 35.13%
BLUE value IS 252 (98.83% from 255) = 34.85%
R=30.01%
G=35.13%
B=34.85%

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
Decimal2172542520.1500.010.00176.7694.8792.35
HexD9FEFCF010b15f5c
Octal33137637417010261137134
Binary11011001111111101111110011110101011000110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FEFC; }

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

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

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

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

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

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

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

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