Shades of Light Cyan #D0FDFF
Tints of Light Cyan #D0FDFF
RGB
CMYK
RGB Variations
Color information
#D0FDFF (or 0xD0FDFF) is known color: 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
RGB | 208 | 253 | 255 | - |
CMYK | 0.18 | 0.01 | 0 | 0 |
HSL | 182.55º | 1% | 0.91% | - |
HSV(B) | 182.55º | 0.18% | 1% | - |
XYZ | 79.19 | 90.88 | 107.98 | - |
YUV | 239.77 | 136.59 | 105.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 253 | 255 | 0.18 | 0.01 | 0 | 0 | 182.55 | 1 | 0.91 |
Hex | D0 | FD | FF | 12 | 1 | 0 | 0 | B7 | 64 | 5B |
Octal | 320 | 375 | 377 | 22 | 1 | 0 | 0 | 267 | 144 | 133 |
Binary | 11010000 | 11111101 | 11111111 | 10010 | 1 | 0 | 0 | 10110111 | 1100100 | 1011011 |
Color Harmonies of #D0FDFF
Complementary color
Monochromatic Colors of #D0FDFF
Black with #D0FDFF
Text Example
Text Example
White with #D0FDFF
Text Example
Text Example
HTML Codes & Css Web 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>