Shades of Light Cyan #D0FDFB
Tints of Light Cyan #D0FDFB
RGB
CMYK
RGB Variations
Color information
#D0FDFB (or 0xD0FDFB) is known color: Light Cyan. HEX triplet: D0, FD and FB. RGB value is (208,253,251). Sum of RGB (Red+Green+Blue) = 208+253+251=712 (94% of max value = 765). Red value is 208 (81.64% from 255 or 29.21% from 712); Green value is 253 (99.22% from 255 or 35.53% from 712); Blue value is 251 (98.44% from 255 or 35.25% from 712); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FDFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FDFB is #2F0204. Grayscale: #EFEFEF. Windows color (decimal): -3080709 or 16514512. OLE color: 16514512.
HSL color Cylindrical-coordinate representation of color #D0FDFB: hue angle of 177.33º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0FDFB is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 253 | 251 | - |
| CMYK | 0.18 | 0 | 0.01 | 0.01 |
| HSL | 177.33º | 0.92% | 0.9% | - |
| HSV(B) | 177.33º | 0.18% | 0.99% | - |
| XYZ | 78.55 | 90.63 | 104.62 | - |
| YUV | 239.32 | 134.59 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 253 | 251 | 0.18 | 0 | 0.01 | 0.01 | 177.33 | 0.92 | 0.9 |
| Hex | D0 | FD | FB | 12 | 0 | 1 | 1 | B1 | 5C | 5A |
| Octal | 320 | 375 | 373 | 22 | 0 | 1 | 1 | 261 | 134 | 132 |
| Binary | 11010000 | 11111101 | 11111011 | 10010 | 0 | 1 | 1 | 10110001 | 1011100 | 1011010 |
Color Harmonies of #D0FDFB
Complementary color
Monochromatic Colors of #D0FDFB
Black with #D0FDFB
Text Example
Text Example
White with #D0FDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FDFB; }
p { color: rgb(208,253,251); }
H1.HeaderClassName
{
color: #D0FDFB;
}
.AnyTagClassName
{
color: #D0FDFB;
}
</style>
background-color css
<style>
a { background-color: #D0FDFB; }
a { background-color: rgb(208,253,251); }
div.DivClassName
{
background-color: #D0FDFB;
}
.BgClassName
{
background-color: #D0FDFB;
}
</style>
border-color css
<style>
span { border-color: #D0FDFB; }
span { border-color: rgb(208,253,251); }
td.TdClassName
{
border-color: #D0FDFB;
}
.TagClassName
{
border-color: #D0FDFB;
}
</style>