Shades of Light Cyan #D0F9FF
Tints of Light Cyan #D0F9FF
RGB
CMYK
RGB Variations
Color information
#D0F9FF (or 0xD0F9FF) is known color: Light Cyan. HEX triplet: D0, F9 and FF. RGB value is (208,249,255). Sum of RGB (Red+Green+Blue) = 208+249+255=712 (94% of max value = 765). Red value is 208 (81.64% from 255 or 29.21% from 712); Green value is 249 (97.66% from 255 or 34.97% from 712); Blue value is 255 (100% from 255 or 35.81% from 712); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0F9FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F9FF is #2F0600. Grayscale: #EDEDED. Windows color (decimal): -3081729 or 16775632. OLE color: 16775632.
HSL color Cylindrical-coordinate representation of color #D0F9FF: hue angle of 187.66º 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 #D0F9FF is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 249 | 255 | - |
| CMYK | 0.18 | 0.02 | 0 | 0 |
| HSL | 187.66º | 1% | 0.91% | - |
| HSV(B) | 187.66º | 0.18% | 1% | - |
| XYZ | 77.94 | 88.38 | 107.56 | - |
| YUV | 237.43 | 137.92 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 249 | 255 | 0.18 | 0.02 | 0 | 0 | 187.66 | 1 | 0.91 |
| Hex | D0 | F9 | FF | 12 | 2 | 0 | 0 | BC | 64 | 5B |
| Octal | 320 | 371 | 377 | 22 | 2 | 0 | 0 | 274 | 144 | 133 |
| Binary | 11010000 | 11111001 | 11111111 | 10010 | 10 | 0 | 0 | 10111100 | 1100100 | 1011011 |
Color Harmonies of #D0F9FF
Complementary color
Monochromatic Colors of #D0F9FF
Black with #D0F9FF
Text Example
Text Example
White with #D0F9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F9FF; }
p { color: rgb(208,249,255); }
H1.HeaderClassName
{
color: #D0F9FF;
}
.AnyTagClassName
{
color: #D0F9FF;
}
</style>
background-color css
<style>
a { background-color: #D0F9FF; }
a { background-color: rgb(208,249,255); }
div.DivClassName
{
background-color: #D0F9FF;
}
.BgClassName
{
background-color: #D0F9FF;
}
</style>
border-color css
<style>
span { border-color: #D0F9FF; }
span { border-color: rgb(208,249,255); }
td.TdClassName
{
border-color: #D0F9FF;
}
.TagClassName
{
border-color: #D0F9FF;
}
</style>