Shades of Light Cyan #D0F8FB
Tints of Light Cyan #D0F8FB
RGB
CMYK
RGB Variations
Color information
#D0F8FB (or 0xD0F8FB) is known color: Light Cyan. HEX triplet: D0, F8 and FB. RGB value is (208,248,251). Sum of RGB (Red+Green+Blue) = 208+248+251=707 (93% of max value = 765). Red value is 208 (81.64% from 255 or 29.42% from 707); Green value is 248 (97.27% from 255 or 35.08% from 707); Blue value is 251 (98.44% from 255 or 35.50% from 707); Max value from RGB is 251 - color contains mainly: blue. Hex color #D0F8FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F8FB is #2F0704. Grayscale: #ECECEC. Windows color (decimal): -3081989 or 16513232. OLE color: 16513232.
HSL color Cylindrical-coordinate representation of color #D0F8FB: hue angle of 184.19º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0F8FB is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 248 | 251 | - |
| CMYK | 0.17 | 0.01 | 0 | 0.02 |
| HSL | 184.19º | 0.84% | 0.9% | - |
| HSV(B) | 184.19º | 0.17% | 0.98% | - |
| XYZ | 76.99 | 87.51 | 104.1 | - |
| YUV | 236.38 | 136.25 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 248 | 251 | 0.17 | 0.01 | 0 | 0.02 | 184.19 | 0.84 | 0.9 |
| Hex | D0 | F8 | FB | 11 | 1 | 0 | 2 | B8 | 54 | 5A |
| Octal | 320 | 370 | 373 | 21 | 1 | 0 | 2 | 270 | 124 | 132 |
| Binary | 11010000 | 11111000 | 11111011 | 10001 | 1 | 0 | 10 | 10111000 | 1010100 | 1011010 |
Color Harmonies of #D0F8FB
Complementary color
Monochromatic Colors of #D0F8FB
Black with #D0F8FB
Text Example
Text Example
White with #D0F8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F8FB; }
p { color: rgb(208,248,251); }
H1.HeaderClassName
{
color: #D0F8FB;
}
.AnyTagClassName
{
color: #D0F8FB;
}
</style>
background-color css
<style>
a { background-color: #D0F8FB; }
a { background-color: rgb(208,248,251); }
div.DivClassName
{
background-color: #D0F8FB;
}
.BgClassName
{
background-color: #D0F8FB;
}
</style>
border-color css
<style>
span { border-color: #D0F8FB; }
span { border-color: rgb(208,248,251); }
td.TdClassName
{
border-color: #D0F8FB;
}
.TagClassName
{
border-color: #D0F8FB;
}
</style>