#D9FAF5

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

Shades of Light Cyan #D9FAF5

Tints of Light Cyan #D9FAF5

Color information

#D9FAF5 (or 0xD9FAF5) is unknown color: approx Light Cyan. HEX triplet: D9, FA and F5. RGB value is (217,250,245). Sum of RGB (Red+Green+Blue) = 217+250+245=712 (94% of max value = 765). Red value is 217 (85.16% from 255 or 30.48% from 712); Green value is 250 (98.05% from 255 or 35.11% from 712); Blue value is 245 (96.09% from 255 or 34.41% from 712); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FAF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FAF5 is #26050A. Grayscale: #EFEFEF. Windows color (decimal): -2491659 or 16120537. OLE color: 16120537.

HSL color Cylindrical-coordinate representation of color #D9FAF5: hue angle of 170.91º degrees, saturation: 0.77, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9FAF5 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB217250245-
CMYK0.1300.020.02
HSL170.91º76.74%91.57%-
HSV(B)170.91º13.2%98.04%-
XYZ79.2889.7299.52-
YUV239.56131.07111.91-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 30.48%
GREEN value IS 250 (98.05% from 255) = 35.11%
BLUE value IS 245 (96.09% from 255) = 34.41%
R=30.48%
G=35.11%
B=34.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2172502450.1300.020.02170.9176.7491.57
HexD9FAF5D022ab4d5c
Octal33137236515022253115134
Binary1101100111111010111101011101010101010101110011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FAF5; }

 p { color: rgb(217,250,245); }

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

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

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

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

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

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

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