Shades of Light Cyan #D8FAFA
Tints of Light Cyan #D8FAFA
RGB
CMYK
RGB Variations
Color information
#D8FAFA (or 0xD8FAFA) is known color: Light Cyan. HEX triplet: D8, FA and FA. RGB value is (216,250,250). Sum of RGB (Red+Green+Blue) = 216+250+250=716 (94% of max value = 765). Red value is 216 (84.77% from 255 or 30.17% from 716); Green value is 250 (98.05% from 255 or 34.92% from 716); Blue value is 250 (98.05% from 255 or 34.92% from 716); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #D8FAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8FAFA is #270505. Grayscale: #EFEFEF. Windows color (decimal): -2557190 or 16448216. OLE color: 16448216.
HSL color Cylindrical-coordinate representation of color #D8FAFA: hue angle of 180º 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 #D8FAFA is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 250 | 250 | - |
| CMYK | 0.14 | 0 | 0 | 0.02 |
| HSL | 180º | 0.77% | 0.91% | - |
| HSV(B) | 180º | 0.14% | 0.98% | - |
| XYZ | 79.76 | 89.87 | 103.59 | - |
| YUV | 239.83 | 133.74 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 250 | 250 | 0.14 | 0 | 0 | 0.02 | 180 | 0.77 | 0.91 |
| Hex | D8 | FA | FA | E | 0 | 0 | 2 | B4 | 4D | 5B |
| Octal | 330 | 372 | 372 | 16 | 0 | 0 | 2 | 264 | 115 | 133 |
| Binary | 11011000 | 11111010 | 11111010 | 1110 | 0 | 0 | 10 | 10110100 | 1001101 | 1011011 |
Color Harmonies of #D8FAFA
Complementary color
Monochromatic Colors of #D8FAFA
Black with #D8FAFA
Text Example
Text Example
White with #D8FAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FAFA; }
p { color: rgb(216,250,250); }
H1.HeaderClassName
{
color: #D8FAFA;
}
.AnyTagClassName
{
color: #D8FAFA;
}
</style>
background-color css
<style>
a { background-color: #D8FAFA; }
a { background-color: rgb(216,250,250); }
div.DivClassName
{
background-color: #D8FAFA;
}
.BgClassName
{
background-color: #D8FAFA;
}
</style>
border-color css
<style>
span { border-color: #D8FAFA; }
span { border-color: rgb(216,250,250); }
td.TdClassName
{
border-color: #D8FAFA;
}
.TagClassName
{
border-color: #D8FAFA;
}
</style>