#D9FAFE

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

Shades of Light Cyan #D9FAFE

Tints of Light Cyan #D9FAFE

Color information

#D9FAFE (or 0xD9FAFE) is unknown color: approx Light Cyan. HEX triplet: D9, FA and FE. RGB value is (217,250,254). Sum of RGB (Red+Green+Blue) = 217+250+254=721 (95% of max value = 765). Red value is 217 (85.16% from 255 or 30.10% from 721); Green value is 250 (98.05% from 255 or 34.67% from 721); Blue value is 254 (99.61% from 255 or 35.23% from 721); Max value from RGB is 254 - color contains mainly: blue. Hex color #D9FAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FAFE is #260501. Grayscale: #F0F0F0. Windows color (decimal): -2491650 or 16710361. OLE color: 16710361.

HSL color Cylindrical-coordinate representation of color #D9FAFE: hue angle of 186.49º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9FAFE is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB217250254-
CMYK0.150.0200.00
HSL186.49º94.87%92.35%-
HSV(B)186.49º14.57%99.61%-
XYZ80.6990.28106.94-
YUV240.59135.57111.17-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 30.10%
GREEN value IS 250 (98.05% from 255) = 34.67%
BLUE value IS 254 (99.61% from 255) = 35.23%
R=30.10%
G=34.67%
B=35.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2172502540.150.0200.00186.4994.8792.35
HexD9FAFEF200ba5f5c
Octal33137237617200272137134
Binary110110011111101011111110111110001011101010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FAFE; }

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

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

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

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

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

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

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

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