Shades of Electric Blue #85FAFA
Tints of Electric Blue #85FAFA
RGB
CMYK
RGB Variations
Color information
#85FAFA (or 0x85FAFA) is known color: Electric Blue. HEX triplet: 85, FA and FA. RGB value is (133,250,250). Sum of RGB (Red+Green+Blue) = 133+250+250=633 (83% of max value = 765). Red value is 133 (52.34% from 255 or 21.01% from 633); Green value is 250 (98.05% from 255 or 39.49% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #85FAFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85FAFA is #7A0505. Grayscale: #D6D6D6. Windows color (decimal): -7996678 or 16448133. OLE color: 16448133.
HSL color Cylindrical-coordinate representation of color #85FAFA: hue angle of 180º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85FAFA is Cyan = 0.47, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 250 | 250 | - |
| CMYK | 0.47 | 0 | 0 | 0.02 |
| HSL | 180º | 0.92% | 0.75% | - |
| HSV(B) | 180º | 0.47% | 0.98% | - |
| XYZ | 61.11 | 80.26 | 102.71 | - |
| YUV | 215.02 | 147.74 | 69.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 250 | 250 | 0.47 | 0 | 0 | 0.02 | 180 | 0.92 | 0.75 |
| Hex | 85 | FA | FA | 2F | 0 | 0 | 2 | B4 | 5C | 4B |
| Octal | 205 | 372 | 372 | 57 | 0 | 0 | 2 | 264 | 134 | 113 |
| Binary | 10000101 | 11111010 | 11111010 | 101111 | 0 | 0 | 10 | 10110100 | 1011100 | 1001011 |
Color Harmonies of #85FAFA
Complementary color
Monochromatic Colors of #85FAFA
Black with #85FAFA
Text Example
Text Example
White with #85FAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FAFA; }
p { color: rgb(133,250,250); }
H1.HeaderClassName
{
color: #85FAFA;
}
.AnyTagClassName
{
color: #85FAFA;
}
</style>
background-color css
<style>
a { background-color: #85FAFA; }
a { background-color: rgb(133,250,250); }
div.DivClassName
{
background-color: #85FAFA;
}
.BgClassName
{
background-color: #85FAFA;
}
</style>
border-color css
<style>
span { border-color: #85FAFA; }
span { border-color: rgb(133,250,250); }
td.TdClassName
{
border-color: #85FAFA;
}
.TagClassName
{
border-color: #85FAFA;
}
</style>