#D9FAFF

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

Shades of Light Cyan #D9FAFF

Tints of Light Cyan #D9FAFF

Color information

#D9FAFF (or 0xD9FAFF) is unknown color: approx Light Cyan. HEX triplet: D9, FA and FF. RGB value is (217,250,255). Sum of RGB (Red+Green+Blue) = 217+250+255=722 (95% of max value = 765). Red value is 217 (85.16% from 255 or 30.06% from 722); Green value is 250 (98.05% from 255 or 34.63% from 722); Blue value is 255 (100% from 255 or 35.32% from 722); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9FAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FAFF is #260500. Grayscale: #F0F0F0. Windows color (decimal): -2491649 or 16775897. OLE color: 16775897.

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

Color convert

RGB217250255-
CMYK0.150.0200
HSL187.89º100%92.55%-
HSV(B)187.89º14.9%100%-
XYZ80.8590.34107.78-
YUV240.7136.07111.09-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 30.06%
GREEN value IS 250 (98.05% from 255) = 34.63%
BLUE value IS 255 (100% from 255) = 35.32%
R=30.06%
G=34.63%
B=35.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2172502550.150.0200187.8910092.55
HexD9FAFFF200bc645d
Octal33137237717200274144135
Binary110110011111101011111111111110001011110011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FAFF; }

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

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

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

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

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

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

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

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