#D0FDFA

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

Shades of Light Cyan #D0FDFA

Tints of Light Cyan #D0FDFA

Color information

#D0FDFA (or 0xD0FDFA) is unknown color: approx Light Cyan. HEX triplet: D0, FD and FA. RGB value is (208,253,250). Sum of RGB (Red+Green+Blue) = 208+253+250=711 (94% of max value = 765). Red value is 208 (81.64% from 255 or 29.25% from 711); Green value is 253 (99.22% from 255 or 35.58% from 711); Blue value is 250 (98.05% from 255 or 35.16% from 711); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FDFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FDFA is #2F0205. Grayscale: #EFEFEF. Windows color (decimal): -3080710 or 16448976. OLE color: 16448976.

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

Color convert

RGB208253250-
CMYK0.1800.010.01
HSL176º91.84%90.39%-
HSV(B)176º17.79%99.22%-
XYZ78.3990.56103.79-
YUV239.2134.09105.74-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 29.25%
GREEN value IS 253 (99.22% from 255) = 35.58%
BLUE value IS 250 (98.05% from 255) = 35.16%
R=29.25%
G=35.58%
B=35.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2082532500.1800.010.0117691.8490.39
HexD0FDFA12011b05c5a
Octal32037537222011260134132
Binary110100001111110111111010100100111011000010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FDFA; }

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

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

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

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

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

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

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

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