#D0FDFF

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

Shades of Light Cyan #D0FDFF

Tints of Light Cyan #D0FDFF

Color information

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

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

Color convert

RGB208253255-
CMYK0.180.0100
HSL182.55º100%90.78%-
HSV(B)182.55º18.43%100%-
XYZ79.1990.88107.98-
YUV239.77136.59105.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2082532550.180.0100182.5510090.78
HexD0FDFF12100b7645b
Octal32037537722100267144133
Binary110100001111110111111111100101001011011111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FDFF; }

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

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

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

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

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

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

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

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