Shades of Light Cyan #E5FAFA
Tints of Light Cyan #E5FAFA
RGB
CMYK
RGB Variations
Color information
#E5FAFA (or 0xE5FAFA) is known color: Light Cyan. HEX triplet: E5, FA and FA. RGB value is (229,250,250). Sum of RGB (Red+Green+Blue) = 229+250+250=729 (96% of max value = 765). Red value is 229 (89.84% from 255 or 31.41% from 729); Green value is 250 (98.05% from 255 or 34.29% from 729); Blue value is 250 (98.05% from 255 or 34.29% from 729); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #E5FAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5FAFA is #1A0505. Grayscale: #F3F3F3. Windows color (decimal): -1705222 or 16448229. OLE color: 16448229.
HSL color Cylindrical-coordinate representation of color #E5FAFA: hue angle of 180º degrees, saturation: 0.68, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E5FAFA is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 250 | 250 | - |
| CMYK | 0.08 | 0 | 0 | 0.02 |
| HSL | 180º | 0.68% | 0.94% | - |
| HSV(B) | 180º | 0.08% | 0.98% | - |
| XYZ | 83.75 | 91.93 | 103.77 | - |
| YUV | 243.72 | 131.54 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 250 | 250 | 0.08 | 0 | 0 | 0.02 | 180 | 0.68 | 0.94 |
| Hex | E5 | FA | FA | 8 | 0 | 0 | 2 | B4 | 44 | 5E |
| Octal | 345 | 372 | 372 | 10 | 0 | 0 | 2 | 264 | 104 | 136 |
| Binary | 11100101 | 11111010 | 11111010 | 1000 | 0 | 0 | 10 | 10110100 | 1000100 | 1011110 |
Color Harmonies of #E5FAFA
Complementary color
Monochromatic Colors of #E5FAFA
Black with #E5FAFA
Text Example
Text Example
White with #E5FAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FAFA; }
p { color: rgb(229,250,250); }
H1.HeaderClassName
{
color: #E5FAFA;
}
.AnyTagClassName
{
color: #E5FAFA;
}
</style>
background-color css
<style>
a { background-color: #E5FAFA; }
a { background-color: rgb(229,250,250); }
div.DivClassName
{
background-color: #E5FAFA;
}
.BgClassName
{
background-color: #E5FAFA;
}
</style>
border-color css
<style>
span { border-color: #E5FAFA; }
span { border-color: rgb(229,250,250); }
td.TdClassName
{
border-color: #E5FAFA;
}
.TagClassName
{
border-color: #E5FAFA;
}
</style>