#D9FDFE

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

Shades of Light Cyan #D9FDFE

Tints of Light Cyan #D9FDFE

Color information

#D9FDFE (or 0xD9FDFE) is unknown color: approx Light Cyan. HEX triplet: D9, FD and FE. RGB value is (217,253,254). Sum of RGB (Red+Green+Blue) = 217+253+254=724 (95% of max value = 765). Red value is 217 (85.16% from 255 or 29.97% from 724); Green value is 253 (99.22% from 255 or 34.94% from 724); Blue value is 254 (99.61% from 255 or 35.08% from 724); Max value from RGB is 254 - color contains mainly: blue. Hex color #D9FDFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FDFE is #260201. Grayscale: #F2F2F2. Windows color (decimal): -2490882 or 16711129. OLE color: 16711129.

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

Color convert

RGB217253254-
CMYK0.150.0000.00
HSL181.62º94.87%92.35%-
HSV(B)181.62º14.57%99.61%-
XYZ81.6392.16107.25-
YUV242.35134.57109.92-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 29.97%
GREEN value IS 253 (99.22% from 255) = 34.94%
BLUE value IS 254 (99.61% from 255) = 35.08%
R=29.97%
G=34.94%
B=35.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2172532540.150.0000.00181.6294.8792.35
HexD9FDFEF000b65f5c
Octal33137537617000266137134
Binary11011001111111011111111011110001011011010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FDFE; }

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

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

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

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

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

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

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

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