#D0FDF6

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

Shades of Light Cyan #D0FDF6

Tints of Light Cyan #D0FDF6

Color information

#D0FDF6 (or 0xD0FDF6) is unknown color: approx Light Cyan. HEX triplet: D0, FD and F6. RGB value is (208,253,246). Sum of RGB (Red+Green+Blue) = 208+253+246=707 (93% of max value = 765). Red value is 208 (81.64% from 255 or 29.42% from 707); Green value is 253 (99.22% from 255 or 35.79% from 707); Blue value is 246 (96.48% from 255 or 34.79% from 707); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FDF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FDF6 is #2F0209. Grayscale: #EEEEEE. Windows color (decimal): -3080714 or 16186832. OLE color: 16186832.

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

Color convert

RGB208253246-
CMYK0.1800.030.01
HSL170.67º91.84%90.39%-
HSV(B)170.67º17.79%99.22%-
XYZ77.7790.31100.52-
YUV238.75132.09106.07-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 29.42%
GREEN value IS 253 (99.22% from 255) = 35.79%
BLUE value IS 246 (96.48% from 255) = 34.79%
R=29.42%
G=35.79%
B=34.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2082532460.1800.030.01170.6791.8490.39
HexD0FDF612031ab5c5a
Octal32037536622031253134132
Binary1101000011111101111101101001001111010101110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FDF6; }

 p { color: rgb(208,253,246); }

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

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

 a { background-color: rgb(208,253,246); }

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

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

 span { border-color: rgb(208,253,246); }

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