#D9FAFD

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

Shades of Light Cyan #D9FAFD

Tints of Light Cyan #D9FAFD

Color information

#D9FAFD (or 0xD9FAFD) is unknown color: approx Light Cyan. HEX triplet: D9, FA and FD. RGB value is (217,250,253). Sum of RGB (Red+Green+Blue) = 217+250+253=720 (95% of max value = 765). Red value is 217 (85.16% from 255 or 30.14% from 720); Green value is 250 (98.05% from 255 or 34.72% from 720); Blue value is 253 (99.22% from 255 or 35.14% from 720); Max value from RGB is 253 - color contains mainly: blue. Hex color #D9FAFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FAFD is #260502. Grayscale: #F0F0F0. Windows color (decimal): -2491651 or 16644825. OLE color: 16644825.

HSL color Cylindrical-coordinate representation of color #D9FAFD: hue angle of 185º degrees, saturation: 0.9, 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 #D9FAFD is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB217250253-
CMYK0.140.0100.01
HSL185º90%92.16%-
HSV(B)185º14.23%99.22%-
XYZ80.5390.21106.1-
YUV240.48135.07111.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 30.14%
GREEN value IS 250 (98.05% from 255) = 34.72%
BLUE value IS 253 (99.22% from 255) = 35.14%
R=30.14%
G=34.72%
B=35.14%

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
Decimal2172502530.140.0100.011859092.16
HexD9FAFDE101b95a5c
Octal33137237516101271132134
Binary11011001111110101111110111101011011100110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FAFD; }

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

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

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

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

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

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

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

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