#D0FFFD

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

Shades of Light Cyan #D0FFFD

Tints of Light Cyan #D0FFFD

Color information

#D0FFFD (or 0xD0FFFD) is unknown color: approx Light Cyan. HEX triplet: D0, FF and FD. RGB value is (208,255,253). Sum of RGB (Red+Green+Blue) = 208+255+253=716 (94% of max value = 765). Red value is 208 (81.64% from 255 or 29.05% from 716); Green value is 255 (100% from 255 or 35.61% from 716); Blue value is 253 (99.22% from 255 or 35.34% from 716); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FFFD is #2F0002. Grayscale: #F0F0F0. Windows color (decimal): -3080195 or 16646096. OLE color: 16646096.

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

Color convert

RGB208255253-
CMYK0.1800.010
HSL177.45º100%90.78%-
HSV(B)177.45º18.43%100%-
XYZ79.592.02106.5-
YUV240.72134.93104.66-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 29.05%
GREEN value IS 255 (100% from 255) = 35.61%
BLUE value IS 253 (99.22% from 255) = 35.34%
R=29.05%
G=35.61%
B=35.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2082552530.1800.010177.4510090.78
HexD0FFFD12010b1645b
Octal32037737522010261144133
Binary110100001111111111111101100100101011000111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FFFD; }

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

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

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

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

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

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

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

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