Shades of Light Cyan #D7FEFA
Tints of Light Cyan #D7FEFA
RGB
CMYK
RGB Variations
Color information
#D7FEFA (or 0xD7FEFA) is known color: Light Cyan. HEX triplet: D7, FE and FA. RGB value is (215,254,250). Sum of RGB (Red+Green+Blue) = 215+254+250=719 (95% of max value = 765). Red value is 215 (84.38% from 255 or 29.90% from 719); Green value is 254 (99.61% from 255 or 35.33% from 719); Blue value is 250 (98.05% from 255 or 34.77% from 719); Max value from RGB is 254 - color contains mainly: green. Hex color #D7FEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D7FEFA is #280105. Grayscale: #F1F1F1. Windows color (decimal): -2621702 or 16449239. OLE color: 16449239.
HSL color Cylindrical-coordinate representation of color #D7FEFA: hue angle of 173.85º 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 #D7FEFA is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 215 | 254 | 250 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.00 |
| HSL | 173.85º | 0.95% | 0.92% | - |
| HSV(B) | 173.85º | 0.15% | 1% | - |
| XYZ | 80.72 | 92.23 | 103.99 | - |
| YUV | 241.88 | 132.58 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 254 | 250 | 0.15 | 0 | 0.02 | 0.00 | 173.85 | 0.95 | 0.92 |
| Hex | D7 | FE | FA | F | 0 | 2 | 0 | AE | 5F | 5C |
| Octal | 327 | 376 | 372 | 17 | 0 | 2 | 0 | 256 | 137 | 134 |
| Binary | 11010111 | 11111110 | 11111010 | 1111 | 0 | 10 | 0 | 10101110 | 1011111 | 1011100 |
Color Harmonies of #D7FEFA
Complementary color
Monochromatic Colors of #D7FEFA
Black with #D7FEFA
Text Example
Text Example
White with #D7FEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FEFA; }
p { color: rgb(215,254,250); }
H1.HeaderClassName
{
color: #D7FEFA;
}
.AnyTagClassName
{
color: #D7FEFA;
}
</style>
background-color css
<style>
a { background-color: #D7FEFA; }
a { background-color: rgb(215,254,250); }
div.DivClassName
{
background-color: #D7FEFA;
}
.BgClassName
{
background-color: #D7FEFA;
}
</style>
border-color css
<style>
span { border-color: #D7FEFA; }
span { border-color: rgb(215,254,250); }
td.TdClassName
{
border-color: #D7FEFA;
}
.TagClassName
{
border-color: #D7FEFA;
}
</style>