#D9FEFD

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

Shades of Light Cyan #D9FEFD

Tints of Light Cyan #D9FEFD

Color information

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

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

Color convert

RGB217254253-
CMYK0.1500.000.00
HSL178.38º94.87%92.35%-
HSV(B)178.38º14.57%99.61%-
XYZ81.7992.73106.52-
YUV242.82133.74109.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2172542530.1500.000.00178.3894.8792.35
HexD9FEFDF000b25f5c
Octal33137637517000262137134
Binary11011001111111101111110111110001011001010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FEFD; }

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

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

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

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

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

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

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

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