#D9FEFE

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

Shades of Light Cyan #D9FEFE

Tints of Light Cyan #D9FEFE

Color information

#D9FEFE (or 0xD9FEFE) is unknown color: approx Light Cyan. HEX triplet: D9, FE and FE. RGB value is (217,254,254). Sum of RGB (Red+Green+Blue) = 217+254+254=725 (96% of max value = 765). Red value is 217 (85.16% from 255 or 29.93% from 725); Green value is 254 (99.61% from 255 or 35.03% from 725); Blue value is 254 (99.61% from 255 or 35.03% from 725); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #D9FEFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FEFE is #260101. Grayscale: #F2F2F2. Windows color (decimal): -2490626 or 16711385. OLE color: 16711385.

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

Color convert

RGB217254254-
CMYK0.15000.00
HSL180º94.87%92.35%-
HSV(B)180º14.57%99.61%-
XYZ81.9592.79107.36-
YUV242.94134.24109.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 29.93%
GREEN value IS 254 (99.61% from 255) = 35.03%
BLUE value IS 254 (99.61% from 255) = 35.03%
R=29.93%
G=35.03%
B=35.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2172542540.15000.0018094.8792.35
HexD9FEFEF000b45f5c
Octal33137637617000264137134
Binary11011001111111101111111011110001011010010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FEFE; }

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

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

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

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

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

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

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

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