#D0FFFB

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

Shades of Light Cyan #D0FFFB

Tints of Light Cyan #D0FFFB

Color information

#D0FFFB (or 0xD0FFFB) is unknown color: approx Light Cyan. HEX triplet: D0, FF and FB. RGB value is (208,255,251). Sum of RGB (Red+Green+Blue) = 208+255+251=714 (94% of max value = 765). Red value is 208 (81.64% from 255 or 29.13% from 714); Green value is 255 (100% from 255 or 35.71% from 714); Blue value is 251 (98.44% from 255 or 35.15% from 714); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FFFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FFFB is #2F0004. Grayscale: #F0F0F0. Windows color (decimal): -3080197 or 16515024. OLE color: 16515024.

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

Color convert

RGB208255251-
CMYK0.1800.020
HSL174.89º100%90.78%-
HSV(B)174.89º18.43%100%-
XYZ79.1991.89104.83-
YUV240.49133.93104.83-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 29.13%
GREEN value IS 255 (100% from 255) = 35.71%
BLUE value IS 251 (98.44% from 255) = 35.15%
R=29.13%
G=35.71%
B=35.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2082552510.1800.020174.8910090.78
HexD0FFFB12020af645b
Octal32037737322020257144133
Binary1101000011111111111110111001001001010111111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FFFB; }

 p { color: rgb(208,255,251); }

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

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

 a { background-color: rgb(208,255,251); }

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

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

 span { border-color: rgb(208,255,251); }

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