Shades of Light Cyan #D8FAFF
Tints of Light Cyan #D8FAFF
RGB
CMYK
RGB Variations
Color information
#D8FAFF (or 0xD8FAFF) is known color: Light Cyan. HEX triplet: D8, FA and FF. RGB value is (216,250,255). Sum of RGB (Red+Green+Blue) = 216+250+255=721 (95% of max value = 765). Red value is 216 (84.77% from 255 or 29.96% from 721); Green value is 250 (98.05% from 255 or 34.67% from 721); Blue value is 255 (100% from 255 or 35.37% from 721); Max value from RGB is 255 - color contains mainly: blue. Hex color #D8FAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8FAFF is #270500. Grayscale: #F0F0F0. Windows color (decimal): -2557185 or 16775896. OLE color: 16775896.
HSL color Cylindrical-coordinate representation of color #D8FAFF: hue angle of 187.69º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8FAFF is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 250 | 255 | - |
| CMYK | 0.15 | 0.02 | 0 | 0 |
| HSL | 187.69º | 1% | 0.92% | - |
| HSV(B) | 187.69º | 0.15% | 1% | - |
| XYZ | 80.55 | 90.19 | 107.77 | - |
| YUV | 240.4 | 136.24 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 250 | 255 | 0.15 | 0.02 | 0 | 0 | 187.69 | 1 | 0.92 |
| Hex | D8 | FA | FF | F | 2 | 0 | 0 | BC | 64 | 5C |
| Octal | 330 | 372 | 377 | 17 | 2 | 0 | 0 | 274 | 144 | 134 |
| Binary | 11011000 | 11111010 | 11111111 | 1111 | 10 | 0 | 0 | 10111100 | 1100100 | 1011100 |
Color Harmonies of #D8FAFF
Complementary color
Monochromatic Colors of #D8FAFF
Black with #D8FAFF
Text Example
Text Example
White with #D8FAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FAFF; }
p { color: rgb(216,250,255); }
H1.HeaderClassName
{
color: #D8FAFF;
}
.AnyTagClassName
{
color: #D8FAFF;
}
</style>
background-color css
<style>
a { background-color: #D8FAFF; }
a { background-color: rgb(216,250,255); }
div.DivClassName
{
background-color: #D8FAFF;
}
.BgClassName
{
background-color: #D8FAFF;
}
</style>
border-color css
<style>
span { border-color: #D8FAFF; }
span { border-color: rgb(216,250,255); }
td.TdClassName
{
border-color: #D8FAFF;
}
.TagClassName
{
border-color: #D8FAFF;
}
</style>