Shades of Light Cyan #D0F9F8
Tints of Light Cyan #D0F9F8
RGB
CMYK
RGB Variations
Color information
#D0F9F8 (or 0xD0F9F8) is known color: Light Cyan. HEX triplet: D0, F9 and F8. RGB value is (208,249,248). Sum of RGB (Red+Green+Blue) = 208+249+248=705 (93% of max value = 765). Red value is 208 (81.64% from 255 or 29.50% from 705); Green value is 249 (97.66% from 255 or 35.32% from 705); Blue value is 248 (97.27% from 255 or 35.18% from 705); Max value from RGB is 249 - color contains mainly: green. Hex color #D0F9F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0F9F8 is #2F0607. Grayscale: #ECECEC. Windows color (decimal): -3081736 or 16316880. OLE color: 16316880.
HSL color Cylindrical-coordinate representation of color #D0F9F8: hue angle of 178.54º degrees, saturation: 0.77, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0F9F8 is Cyan = 0.16, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 249 | 248 | - |
| CMYK | 0.16 | 0 | 0.00 | 0.02 |
| HSL | 178.54º | 0.77% | 0.9% | - |
| HSV(B) | 178.54º | 0.16% | 0.98% | - |
| XYZ | 76.83 | 87.94 | 101.73 | - |
| YUV | 236.63 | 134.42 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 249 | 248 | 0.16 | 0 | 0.00 | 0.02 | 178.54 | 0.77 | 0.9 |
| Hex | D0 | F9 | F8 | 10 | 0 | 0 | 2 | B3 | 4D | 5A |
| Octal | 320 | 371 | 370 | 20 | 0 | 0 | 2 | 263 | 115 | 132 |
| Binary | 11010000 | 11111001 | 11111000 | 10000 | 0 | 0 | 10 | 10110011 | 1001101 | 1011010 |
Color Harmonies of #D0F9F8
Complementary color
Monochromatic Colors of #D0F9F8
Black with #D0F9F8
Text Example
Text Example
White with #D0F9F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0F9F8; }
p { color: rgb(208,249,248); }
H1.HeaderClassName
{
color: #D0F9F8;
}
.AnyTagClassName
{
color: #D0F9F8;
}
</style>
background-color css
<style>
a { background-color: #D0F9F8; }
a { background-color: rgb(208,249,248); }
div.DivClassName
{
background-color: #D0F9F8;
}
.BgClassName
{
background-color: #D0F9F8;
}
</style>
border-color css
<style>
span { border-color: #D0F9F8; }
span { border-color: rgb(208,249,248); }
td.TdClassName
{
border-color: #D0F9F8;
}
.TagClassName
{
border-color: #D0F9F8;
}
</style>