Shades of Electric Blue #85FCFC
Tints of Electric Blue #85FCFC
RGB
CMYK
RGB Variations
Color information
#85FCFC (or 0x85FCFC) is known color: Electric Blue. HEX triplet: 85, FC and FC. RGB value is (133,252,252). Sum of RGB (Red+Green+Blue) = 133+252+252=637 (84% of max value = 765). Red value is 133 (52.34% from 255 or 20.88% from 637); Green value is 252 (98.83% from 255 or 39.56% from 637); Blue value is 252 (98.83% from 255 or 39.56% from 637); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #85FCFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85FCFC is #7A0303. Grayscale: #D8D8D8. Windows color (decimal): -7996164 or 16579717. OLE color: 16579717.
HSL color Cylindrical-coordinate representation of color #85FCFC: hue angle of 180º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85FCFC is Cyan = 0.47, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 252 | 252 | - |
| CMYK | 0.47 | 0 | 0 | 0.01 |
| HSL | 180º | 0.95% | 0.75% | - |
| HSV(B) | 180º | 0.47% | 0.99% | - |
| XYZ | 62.05 | 81.64 | 104.58 | - |
| YUV | 216.42 | 148.08 | 68.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 252 | 252 | 0.47 | 0 | 0 | 0.01 | 180 | 0.95 | 0.75 |
| Hex | 85 | FC | FC | 2F | 0 | 0 | 1 | B4 | 5F | 4B |
| Octal | 205 | 374 | 374 | 57 | 0 | 0 | 1 | 264 | 137 | 113 |
| Binary | 10000101 | 11111100 | 11111100 | 101111 | 0 | 0 | 1 | 10110100 | 1011111 | 1001011 |
Color Harmonies of #85FCFC
Complementary color
Monochromatic Colors of #85FCFC
Black with #85FCFC
Text Example
Text Example
White with #85FCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FCFC; }
p { color: rgb(133,252,252); }
H1.HeaderClassName
{
color: #85FCFC;
}
.AnyTagClassName
{
color: #85FCFC;
}
</style>
background-color css
<style>
a { background-color: #85FCFC; }
a { background-color: rgb(133,252,252); }
div.DivClassName
{
background-color: #85FCFC;
}
.BgClassName
{
background-color: #85FCFC;
}
</style>
border-color css
<style>
span { border-color: #85FCFC; }
span { border-color: rgb(133,252,252); }
td.TdClassName
{
border-color: #85FCFC;
}
.TagClassName
{
border-color: #85FCFC;
}
</style>