#D9FFFD

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

Shades of Light Cyan #D9FFFD

Tints of Light Cyan #D9FFFD

Color information

#D9FFFD (or 0xD9FFFD) is unknown color: approx Light Cyan. HEX triplet: D9, FF and FD. RGB value is (217,255,253). Sum of RGB (Red+Green+Blue) = 217+255+253=725 (96% of max value = 765). Red value is 217 (85.16% from 255 or 29.93% from 725); Green value is 255 (100% from 255 or 35.17% from 725); Blue value is 253 (99.22% from 255 or 34.90% from 725); Max value from RGB is 255 - color contains mainly: green. Hex color #D9FFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FFFD is #260002. Grayscale: #F3F3F3. Windows color (decimal): -2490371 or 16646105. OLE color: 16646105.

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

Color convert

RGB217255253-
CMYK0.1500.010
HSL176.84º100%92.55%-
HSV(B)176.84º14.9%100%-
XYZ82.193.36106.62-
YUV243.41133.41109.16-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 29.93%
GREEN value IS 255 (100% from 255) = 35.17%
BLUE value IS 253 (99.22% from 255) = 34.90%
R=29.93%
G=35.17%
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
SystemRedGreenBlueCMYKHSL
Decimal2172552530.1500.010176.8410092.55
HexD9FFFDF010b1645d
Octal33137737517010261144135
Binary11011001111111111111110111110101011000111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FFFD; }

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

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

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

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

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

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

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

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