Shades of Light Cyan #D8F5FA
Tints of Light Cyan #D8F5FA
RGB
CMYK
RGB Variations
Color information
#D8F5FA (or 0xD8F5FA) is known color: Light Cyan. HEX triplet: D8, F5 and FA. RGB value is (216,245,250). Sum of RGB (Red+Green+Blue) = 216+245+250=711 (94% of max value = 765). Red value is 216 (84.77% from 255 or 30.38% from 711); Green value is 245 (96.09% from 255 or 34.46% from 711); Blue value is 250 (98.05% from 255 or 35.16% from 711); Max value from RGB is 250 - color contains mainly: blue. Hex color #D8F5FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8F5FA is #270A05. Grayscale: #ECECEC. Windows color (decimal): -2558470 or 16446936. OLE color: 16446936.
HSL color Cylindrical-coordinate representation of color #D8F5FA: hue angle of 188.82º degrees, saturation: 0.77, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8F5FA is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 245 | 250 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.02 |
| HSL | 188.82º | 0.77% | 0.91% | - |
| HSV(B) | 188.82º | 0.14% | 0.98% | - |
| XYZ | 78.23 | 86.81 | 103.07 | - |
| YUV | 236.9 | 135.39 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 245 | 250 | 0.14 | 0.02 | 0 | 0.02 | 188.82 | 0.77 | 0.91 |
| Hex | D8 | F5 | FA | E | 2 | 0 | 2 | BD | 4D | 5B |
| Octal | 330 | 365 | 372 | 16 | 2 | 0 | 2 | 275 | 115 | 133 |
| Binary | 11011000 | 11110101 | 11111010 | 1110 | 10 | 0 | 10 | 10111101 | 1001101 | 1011011 |
Color Harmonies of #D8F5FA
Complementary color
Monochromatic Colors of #D8F5FA
Black with #D8F5FA
Text Example
Text Example
White with #D8F5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F5FA; }
p { color: rgb(216,245,250); }
H1.HeaderClassName
{
color: #D8F5FA;
}
.AnyTagClassName
{
color: #D8F5FA;
}
</style>
background-color css
<style>
a { background-color: #D8F5FA; }
a { background-color: rgb(216,245,250); }
div.DivClassName
{
background-color: #D8F5FA;
}
.BgClassName
{
background-color: #D8F5FA;
}
</style>
border-color css
<style>
span { border-color: #D8F5FA; }
span { border-color: rgb(216,245,250); }
td.TdClassName
{
border-color: #D8F5FA;
}
.TagClassName
{
border-color: #D8F5FA;
}
</style>