#D0FAF9

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

Shades of Light Cyan #D0FAF9

Tints of Light Cyan #D0FAF9

Color information

#D0FAF9 (or 0xD0FAF9) is unknown color: approx Light Cyan. HEX triplet: D0, FA and F9. RGB value is (208,250,249). Sum of RGB (Red+Green+Blue) = 208+250+249=707 (93% of max value = 765). Red value is 208 (81.64% from 255 or 29.42% from 707); Green value is 250 (98.05% from 255 or 35.36% from 707); Blue value is 249 (97.66% from 255 or 35.22% from 707); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FAF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FAF9 is #2F0506. Grayscale: #EDEDED. Windows color (decimal): -3081479 or 16382672. OLE color: 16382672.

HSL color Cylindrical-coordinate representation of color #D0FAF9: hue angle of 178.57º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0FAF9 is Cyan = 0.17, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB208250249-
CMYK0.1700.000.02
HSL178.57º80.77%89.8%-
HSV(B)178.57º16.8%98.04%-
XYZ77.388.62102.65-
YUV237.33134.59107.08-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 29.42%
GREEN value IS 250 (98.05% from 255) = 35.36%
BLUE value IS 249 (97.66% from 255) = 35.22%
R=29.42%
G=35.36%
B=35.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082502490.1700.000.02178.5780.7789.8
HexD0FAF911002b3515a
Octal32037237121002263121132
Binary1101000011111010111110011000100101011001110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FAF9; }

 p { color: rgb(208,250,249); }

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

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

 a { background-color: rgb(208,250,249); }

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

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

 span { border-color: rgb(208,250,249); }

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