Shades of Electric Blue #8AFBEE
Tints of Electric Blue #8AFBEE
RGB
CMYK
RGB Variations
Color information
#8AFBEE (or 0x8AFBEE) is known color: Electric Blue. HEX triplet: 8A, FB and EE. RGB value is (138,251,238). Sum of RGB (Red+Green+Blue) = 138+251+238=627 (83% of max value = 765). Red value is 138 (54.30% from 255 or 22.01% from 627); Green value is 251 (98.44% from 255 or 40.03% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 251 - color contains mainly: green. Hex color #8AFBEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8AFBEE is #750411. Grayscale: #D7D7D7. Windows color (decimal): -7668754 or 15661962. OLE color: 15661962.
HSL color Cylindrical-coordinate representation of color #8AFBEE: hue angle of 173.1º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AFBEE is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 251 | 238 | - |
| CMYK | 0.45 | 0 | 0.05 | 0.02 |
| HSL | 173.1º | 0.93% | 0.76% | - |
| HSV(B) | 173.1º | 0.45% | 0.98% | - |
| XYZ | 60.41 | 80.57 | 93.26 | - |
| YUV | 215.73 | 140.56 | 72.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 251 | 238 | 0.45 | 0 | 0.05 | 0.02 | 173.1 | 0.93 | 0.76 |
| Hex | 8A | FB | EE | 2D | 0 | 5 | 2 | AD | 5D | 4C |
| Octal | 212 | 373 | 356 | 55 | 0 | 5 | 2 | 255 | 135 | 114 |
| Binary | 10001010 | 11111011 | 11101110 | 101101 | 0 | 101 | 10 | 10101101 | 1011101 | 1001100 |
Color Harmonies of #8AFBEE
Complementary color
Monochromatic Colors of #8AFBEE
Black with #8AFBEE
Text Example
Text Example
White with #8AFBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFBEE; }
p { color: rgb(138,251,238); }
H1.HeaderClassName
{
color: #8AFBEE;
}
.AnyTagClassName
{
color: #8AFBEE;
}
</style>
background-color css
<style>
a { background-color: #8AFBEE; }
a { background-color: rgb(138,251,238); }
div.DivClassName
{
background-color: #8AFBEE;
}
.BgClassName
{
background-color: #8AFBEE;
}
</style>
border-color css
<style>
span { border-color: #8AFBEE; }
span { border-color: rgb(138,251,238); }
td.TdClassName
{
border-color: #8AFBEE;
}
.TagClassName
{
border-color: #8AFBEE;
}
</style>