#D0FDFC

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

Shades of Light Cyan #D0FDFC

Tints of Light Cyan #D0FDFC

Color information

#D0FDFC (or 0xD0FDFC) is unknown color: approx Light Cyan. HEX triplet: D0, FD and FC. RGB value is (208,253,252). Sum of RGB (Red+Green+Blue) = 208+253+252=713 (94% of max value = 765). Red value is 208 (81.64% from 255 or 29.17% from 713); Green value is 253 (99.22% from 255 or 35.48% from 713); Blue value is 252 (98.83% from 255 or 35.34% from 713); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FDFC is #2F0203. Grayscale: #EFEFEF. Windows color (decimal): -3080708 or 16580048. OLE color: 16580048.

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

Color convert

RGB208253252-
CMYK0.1800.000.01
HSL178.67º91.84%90.39%-
HSV(B)178.67º17.79%99.22%-
XYZ78.7190.69105.45-
YUV239.43135.09105.58-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 29.17%
GREEN value IS 253 (99.22% from 255) = 35.48%
BLUE value IS 252 (98.83% from 255) = 35.34%
R=29.17%
G=35.48%
B=35.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2082532520.1800.000.01178.6791.8490.39
HexD0FDFC12001b35c5a
Octal32037537422001263134132
Binary110100001111110111111100100100011011001110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FDFC; }

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

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

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

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

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

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

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

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