#D0FDF7

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

Shades of Light Cyan #D0FDF7

Tints of Light Cyan #D0FDF7

Color information

#D0FDF7 (or 0xD0FDF7) is unknown color: approx Light Cyan. HEX triplet: D0, FD and F7. RGB value is (208,253,247). Sum of RGB (Red+Green+Blue) = 208+253+247=708 (93% of max value = 765). Red value is 208 (81.64% from 255 or 29.38% from 708); Green value is 253 (99.22% from 255 or 35.73% from 708); Blue value is 247 (96.88% from 255 or 34.89% from 708); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FDF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FDF7 is #2F0208. Grayscale: #EEEEEE. Windows color (decimal): -3080713 or 16252368. OLE color: 16252368.

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

Color convert

RGB208253247-
CMYK0.1800.020.01
HSL172º91.84%90.39%-
HSV(B)172º17.79%99.22%-
XYZ77.9390.38101.33-
YUV238.86132.59105.99-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 29.38%
GREEN value IS 253 (99.22% from 255) = 35.73%
BLUE value IS 247 (96.88% from 255) = 34.89%
R=29.38%
G=35.73%
B=34.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2082532470.1800.020.0117291.8490.39
HexD0FDF712021ac5c5a
Octal32037536722021254134132
Binary1101000011111101111101111001001011010110010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FDF7; }

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

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

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

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

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

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

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

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