Shades of Light Cyan #E6FEFE
Tints of Light Cyan #E6FEFE
RGB
CMYK
RGB Variations
Color information
#E6FEFE (or 0xE6FEFE) is known color: Light Cyan. HEX triplet: E6, FE and FE. RGB value is (230,254,254). Sum of RGB (Red+Green+Blue) = 230+254+254=738 (97% of max value = 765). Red value is 230 (90.23% from 255 or 31.17% from 738); Green value is 254 (99.61% from 255 or 34.42% from 738); Blue value is 254 (99.61% from 255 or 34.42% from 738); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #E6FEFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6FEFE is #190101. Grayscale: #F6F6F6. Windows color (decimal): -1638658 or 16711398. OLE color: 16711398.
HSL color Cylindrical-coordinate representation of color #E6FEFE: hue angle of 180º 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 #E6FEFE is Cyan = 0.09, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 254 | 254 | - |
| CMYK | 0.09 | 0 | 0 | 0.00 |
| HSL | 180º | 0.92% | 0.95% | - |
| HSV(B) | 180º | 0.09% | 1% | - |
| XYZ | 85.96 | 94.86 | 107.55 | - |
| YUV | 246.82 | 132.05 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 254 | 254 | 0.09 | 0 | 0 | 0.00 | 180 | 0.92 | 0.95 |
| Hex | E6 | FE | FE | 9 | 0 | 0 | 0 | B4 | 5C | 5F |
| Octal | 346 | 376 | 376 | 11 | 0 | 0 | 0 | 264 | 134 | 137 |
| Binary | 11100110 | 11111110 | 11111110 | 1001 | 0 | 0 | 0 | 10110100 | 1011100 | 1011111 |
Color Harmonies of #E6FEFE
Complementary color
Monochromatic Colors of #E6FEFE
Black with #E6FEFE
Text Example
Text Example
White with #E6FEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FEFE; }
p { color: rgb(230,254,254); }
H1.HeaderClassName
{
color: #E6FEFE;
}
.AnyTagClassName
{
color: #E6FEFE;
}
</style>
background-color css
<style>
a { background-color: #E6FEFE; }
a { background-color: rgb(230,254,254); }
div.DivClassName
{
background-color: #E6FEFE;
}
.BgClassName
{
background-color: #E6FEFE;
}
</style>
border-color css
<style>
span { border-color: #E6FEFE; }
span { border-color: rgb(230,254,254); }
td.TdClassName
{
border-color: #E6FEFE;
}
.TagClassName
{
border-color: #E6FEFE;
}
</style>