Shades of Light Cyan #D0FEFA
Tints of Light Cyan #D0FEFA
RGB
CMYK
RGB Variations
Color information
#D0FEFA (or 0xD0FEFA) is known color: Light Cyan. HEX triplet: D0, FE and FA. RGB value is (208,254,250). Sum of RGB (Red+Green+Blue) = 208+254+250=712 (94% of max value = 765). Red value is 208 (81.64% from 255 or 29.21% from 712); Green value is 254 (99.61% from 255 or 35.67% from 712); Blue value is 250 (98.05% from 255 or 35.11% from 712); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FEFA is #2F0105. Grayscale: #EFEFEF. Windows color (decimal): -3080454 or 16449232. OLE color: 16449232.
HSL color Cylindrical-coordinate representation of color #D0FEFA: hue angle of 174.78º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0FEFA is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 254 | 250 | - |
| CMYK | 0.18 | 0 | 0.02 | 0.00 |
| HSL | 174.78º | 0.96% | 0.91% | - |
| HSV(B) | 174.78º | 0.18% | 1% | - |
| XYZ | 78.71 | 91.2 | 103.9 | - |
| YUV | 239.79 | 133.76 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 254 | 250 | 0.18 | 0 | 0.02 | 0.00 | 174.78 | 0.96 | 0.91 |
| Hex | D0 | FE | FA | 12 | 0 | 2 | 0 | AF | 60 | 5B |
| Octal | 320 | 376 | 372 | 22 | 0 | 2 | 0 | 257 | 140 | 133 |
| Binary | 11010000 | 11111110 | 11111010 | 10010 | 0 | 10 | 0 | 10101111 | 1100000 | 1011011 |
Color Harmonies of #D0FEFA
Complementary color
Monochromatic Colors of #D0FEFA
Black with #D0FEFA
Text Example
Text Example
White with #D0FEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FEFA; }
p { color: rgb(208,254,250); }
H1.HeaderClassName
{
color: #D0FEFA;
}
.AnyTagClassName
{
color: #D0FEFA;
}
</style>
background-color css
<style>
a { background-color: #D0FEFA; }
a { background-color: rgb(208,254,250); }
div.DivClassName
{
background-color: #D0FEFA;
}
.BgClassName
{
background-color: #D0FEFA;
}
</style>
border-color css
<style>
span { border-color: #D0FEFA; }
span { border-color: rgb(208,254,250); }
td.TdClassName
{
border-color: #D0FEFA;
}
.TagClassName
{
border-color: #D0FEFA;
}
</style>