#d9fcff

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

Shades of Light Cyan #D9FCFF

Tints of Light Cyan #D9FCFF

Color information

#D9FCFF (or 0xD9FCFF) is unknown color: approx Light Cyan. HEX triplet: D9, FC and FF. RGB value is (217,252,255). Sum of RGB (Red+Green+Blue) = 217+252+255=724 (95% of max value = 765). Red value is 217 (85.16% from 255 or 29.97% from 724); Green value is 252 (98.83% from 255 or 34.81% from 724); Blue value is 255 (100% from 255 or 35.22% from 724); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9FCFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FCFF is #260300. Grayscale: #F1F1F1. Windows color (decimal): -2491137 or 16776409. OLE color: 16776409.

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

Color convert

RGB217252255-
CMYK0.150.0100
HSL184.74º100%92.55%-
HSV(B)184.74º14.9%100%-
XYZ81.4891.59107.99-
YUV241.88135.4110.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 29.97%
GREEN value IS 252 (98.83% from 255) = 34.81%
BLUE value IS 255 (100% from 255) = 35.22%
R=29.97%
G=34.81%
B=35.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2172522550.150.0100184.7410092.55
HexD9FCFFF100b9645d
Octal33137437717100271144135
Binary11011001111111001111111111111001011100111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d9fcff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d9fcff; }

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

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

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

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

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

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

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

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