Shades of Electric Blue #9BFFFF
Tints of Electric Blue #9BFFFF
RGB
CMYK
RGB Variations
Color information
#9BFFFF (or 0x9BFFFF) is known color: Electric Blue. HEX triplet: 9B, FF and FF. RGB value is (155,255,255). Sum of RGB (Red+Green+Blue) = 155+255+255=665 (88% of max value = 765). Red value is 155 (60.94% from 255 or 23.31% from 665); Green value is 255 (100% from 255 or 38.35% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #9BFFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFFFF is #640000. Grayscale: #E1E1E1. Windows color (decimal): -6553601 or 16777115. OLE color: 16777115.
HSL color Cylindrical-coordinate representation of color #9BFFFF: hue angle of 180º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BFFFF is Cyan = 0.39, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 255 | 255 | - |
| CMYK | 0.39 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.8% | - |
| HSV(B) | 180º | 0.39% | 1% | - |
| XYZ | 67.33 | 85.71 | 107.6 | - |
| YUV | 225.1 | 144.87 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 255 | 255 | 0.39 | 0 | 0 | 0 | 180 | 1 | 0.8 |
| Hex | 9B | FF | FF | 27 | 0 | 0 | 0 | B4 | 64 | 50 |
| Octal | 233 | 377 | 377 | 47 | 0 | 0 | 0 | 264 | 144 | 120 |
| Binary | 10011011 | 11111111 | 11111111 | 100111 | 0 | 0 | 0 | 10110100 | 1100100 | 1010000 |
Color Harmonies of #9BFFFF
Complementary color
Monochromatic Colors of #9BFFFF
Black with #9BFFFF
Text Example
Text Example
White with #9BFFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFFFF; }
p { color: rgb(155,255,255); }
H1.HeaderClassName
{
color: #9BFFFF;
}
.AnyTagClassName
{
color: #9BFFFF;
}
</style>
background-color css
<style>
a { background-color: #9BFFFF; }
a { background-color: rgb(155,255,255); }
div.DivClassName
{
background-color: #9BFFFF;
}
.BgClassName
{
background-color: #9BFFFF;
}
</style>
border-color css
<style>
span { border-color: #9BFFFF; }
span { border-color: rgb(155,255,255); }
td.TdClassName
{
border-color: #9BFFFF;
}
.TagClassName
{
border-color: #9BFFFF;
}
</style>