Shades of Electric Blue #85EFE5
Tints of Electric Blue #85EFE5
RGB
CMYK
RGB Variations
Color information
#85EFE5 (or 0x85EFE5) is known color: Electric Blue. HEX triplet: 85, EF and E5. RGB value is (133,239,229). Sum of RGB (Red+Green+Blue) = 133+239+229=601 (79% of max value = 765). Red value is 133 (52.34% from 255 or 22.13% from 601); Green value is 239 (93.75% from 255 or 39.77% from 601); Blue value is 229 (89.84% from 255 or 38.10% from 601); Max value from RGB is 239 - color contains mainly: green. Hex color #85EFE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EFE5 is #7A101A. Grayscale: #CECECE. Windows color (decimal): -7999515 or 15069061. OLE color: 15069061.
HSL color Cylindrical-coordinate representation of color #85EFE5: hue angle of 174.34º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85EFE5 is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 239 | 229 | - |
| CMYK | 0.44 | 0 | 0.04 | 0.06 |
| HSL | 174.34º | 0.77% | 0.73% | - |
| HSV(B) | 174.34º | 0.44% | 0.94% | - |
| XYZ | 54.68 | 72.38 | 85.22 | - |
| YUV | 206.17 | 140.88 | 75.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 239 | 229 | 0.44 | 0 | 0.04 | 0.06 | 174.34 | 0.77 | 0.73 |
| Hex | 85 | EF | E5 | 2C | 0 | 4 | 6 | AE | 4D | 49 |
| Octal | 205 | 357 | 345 | 54 | 0 | 4 | 6 | 256 | 115 | 111 |
| Binary | 10000101 | 11101111 | 11100101 | 101100 | 0 | 100 | 110 | 10101110 | 1001101 | 1001001 |
Color Harmonies of #85EFE5
Complementary color
Monochromatic Colors of #85EFE5
Black with #85EFE5
Text Example
Text Example
White with #85EFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EFE5; }
p { color: rgb(133,239,229); }
H1.HeaderClassName
{
color: #85EFE5;
}
.AnyTagClassName
{
color: #85EFE5;
}
</style>
background-color css
<style>
a { background-color: #85EFE5; }
a { background-color: rgb(133,239,229); }
div.DivClassName
{
background-color: #85EFE5;
}
.BgClassName
{
background-color: #85EFE5;
}
</style>
border-color css
<style>
span { border-color: #85EFE5; }
span { border-color: rgb(133,239,229); }
td.TdClassName
{
border-color: #85EFE5;
}
.TagClassName
{
border-color: #85EFE5;
}
</style>