#D9FAFC

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

Shades of Light Cyan #D9FAFC

Tints of Light Cyan #D9FAFC

Color information

#D9FAFC (or 0xD9FAFC) is unknown color: approx Light Cyan. HEX triplet: D9, FA and FC. RGB value is (217,250,252). Sum of RGB (Red+Green+Blue) = 217+250+252=719 (95% of max value = 765). Red value is 217 (85.16% from 255 or 30.18% from 719); Green value is 250 (98.05% from 255 or 34.77% from 719); Blue value is 252 (98.83% from 255 or 35.05% from 719); Max value from RGB is 252 - color contains mainly: blue. Hex color #D9FAFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FAFC is #260503. Grayscale: #F0F0F0. Windows color (decimal): -2491652 or 16579289. OLE color: 16579289.

HSL color Cylindrical-coordinate representation of color #D9FAFC: hue angle of 183.43º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9FAFC is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB217250252-
CMYK0.140.0100.01
HSL183.43º85.37%91.96%-
HSV(B)183.43º13.89%98.82%-
XYZ80.3790.15105.26-
YUV240.36134.57111.34-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 30.18%
GREEN value IS 250 (98.05% from 255) = 34.77%
BLUE value IS 252 (98.83% from 255) = 35.05%
R=30.18%
G=34.77%
B=35.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2172502520.140.0100.01183.4385.3791.96
HexD9FAFCE101b7555c
Octal33137237416101267125134
Binary11011001111110101111110011101011011011110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FAFC; }

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

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

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

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

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

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

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

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