Shades of Light Cyan #D7FAFE
Tints of Light Cyan #D7FAFE
RGB
CMYK
RGB Variations
Color information
#D7FAFE (or 0xD7FAFE) is known color: Light Cyan. HEX triplet: D7, FA and FE. RGB value is (215,250,254). Sum of RGB (Red+Green+Blue) = 215+250+254=719 (95% of max value = 765). Red value is 215 (84.38% from 255 or 29.90% from 719); Green value is 250 (98.05% from 255 or 34.77% from 719); Blue value is 254 (99.61% from 255 or 35.33% from 719); Max value from RGB is 254 - color contains mainly: blue. Hex color #D7FAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7FAFE is #280501. Grayscale: #EFEFEF. Windows color (decimal): -2622722 or 16710359. OLE color: 16710359.
HSL color Cylindrical-coordinate representation of color #D7FAFE: hue angle of 186.15º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D7FAFE is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 215 | 250 | 254 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.00 |
| HSL | 186.15º | 0.95% | 0.92% | - |
| HSV(B) | 186.15º | 0.15% | 1% | - |
| XYZ | 80.1 | 89.97 | 106.91 | - |
| YUV | 239.99 | 135.9 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 250 | 254 | 0.15 | 0.02 | 0 | 0.00 | 186.15 | 0.95 | 0.92 |
| Hex | D7 | FA | FE | F | 2 | 0 | 0 | BA | 5F | 5C |
| Octal | 327 | 372 | 376 | 17 | 2 | 0 | 0 | 272 | 137 | 134 |
| Binary | 11010111 | 11111010 | 11111110 | 1111 | 10 | 0 | 0 | 10111010 | 1011111 | 1011100 |
Color Harmonies of #D7FAFE
Complementary color
Monochromatic Colors of #D7FAFE
Black with #D7FAFE
Text Example
Text Example
White with #D7FAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FAFE; }
p { color: rgb(215,250,254); }
H1.HeaderClassName
{
color: #D7FAFE;
}
.AnyTagClassName
{
color: #D7FAFE;
}
</style>
background-color css
<style>
a { background-color: #D7FAFE; }
a { background-color: rgb(215,250,254); }
div.DivClassName
{
background-color: #D7FAFE;
}
.BgClassName
{
background-color: #D7FAFE;
}
</style>
border-color css
<style>
span { border-color: #D7FAFE; }
span { border-color: rgb(215,250,254); }
td.TdClassName
{
border-color: #D7FAFE;
}
.TagClassName
{
border-color: #D7FAFE;
}
</style>