Shades of Light Cyan #E6FEFA
Tints of Light Cyan #E6FEFA
RGB
CMYK
RGB Variations
Color information
#E6FEFA (or 0xE6FEFA) is known color: Light Cyan. HEX triplet: E6, FE and FA. RGB value is (230,254,250). Sum of RGB (Red+Green+Blue) = 230+254+250=734 (97% of max value = 765). Red value is 230 (90.23% from 255 or 31.34% from 734); Green value is 254 (99.61% from 255 or 34.60% from 734); Blue value is 250 (98.05% from 255 or 34.06% from 734); Max value from RGB is 254 - color contains mainly: green. Hex color #E6FEFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6FEFA is #190105. Grayscale: #F6F6F6. Windows color (decimal): -1638662 or 16449254. OLE color: 16449254.
HSL color Cylindrical-coordinate representation of color #E6FEFA: hue angle of 170º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E6FEFA is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 254 | 250 | - |
| CMYK | 0.09 | 0 | 0.02 | 0.00 |
| HSL | 170º | 0.92% | 0.95% | - |
| HSV(B) | 170º | 0.09% | 1% | - |
| XYZ | 85.33 | 94.61 | 104.21 | - |
| YUV | 246.37 | 130.05 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 254 | 250 | 0.09 | 0 | 0.02 | 0.00 | 170 | 0.92 | 0.95 |
| Hex | E6 | FE | FA | 9 | 0 | 2 | 0 | AA | 5C | 5F |
| Octal | 346 | 376 | 372 | 11 | 0 | 2 | 0 | 252 | 134 | 137 |
| Binary | 11100110 | 11111110 | 11111010 | 1001 | 0 | 10 | 0 | 10101010 | 1011100 | 1011111 |
Color Harmonies of #E6FEFA
Complementary color
Monochromatic Colors of #E6FEFA
Black with #E6FEFA
Text Example
Text Example
White with #E6FEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FEFA; }
p { color: rgb(230,254,250); }
H1.HeaderClassName
{
color: #E6FEFA;
}
.AnyTagClassName
{
color: #E6FEFA;
}
</style>
background-color css
<style>
a { background-color: #E6FEFA; }
a { background-color: rgb(230,254,250); }
div.DivClassName
{
background-color: #E6FEFA;
}
.BgClassName
{
background-color: #E6FEFA;
}
</style>
border-color css
<style>
span { border-color: #E6FEFA; }
span { border-color: rgb(230,254,250); }
td.TdClassName
{
border-color: #E6FEFA;
}
.TagClassName
{
border-color: #E6FEFA;
}
</style>