Shades of Vista Blue #8BEEBF
Tints of Vista Blue #8BEEBF
RGB
CMYK
RGB Variations
Color information
#8BEEBF (or 0x8BEEBF) is known color: Vista Blue. HEX triplet: 8B, EE and BF. RGB value is (139,238,191). Sum of RGB (Red+Green+Blue) = 139+238+191=568 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.47% from 568); Green value is 238 (93.36% from 255 or 41.90% from 568); Blue value is 191 (75% from 255 or 33.63% from 568); Max value from RGB is 238 - color contains mainly: green. Hex color #8BEEBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8BEEBF is #741140. Grayscale: #CBCBCB. Windows color (decimal): -7606593 or 12578443. OLE color: 12578443.
HSL color Cylindrical-coordinate representation of color #8BEEBF: hue angle of 151.52º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BEEBF is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 238 | 191 | - |
| CMYK | 0.42 | 0 | 0.20 | 0.07 |
| HSL | 151.52º | 0.74% | 0.74% | - |
| HSV(B) | 151.52º | 0.42% | 0.93% | - |
| XYZ | 50.63 | 70.4 | 60.21 | - |
| YUV | 203.04 | 121.2 | 82.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 238 | 191 | 0.42 | 0 | 0.20 | 0.07 | 151.52 | 0.74 | 0.74 |
| Hex | 8B | EE | BF | 2A | 0 | 14 | 7 | 98 | 4A | 4A |
| Octal | 213 | 356 | 277 | 52 | 0 | 24 | 7 | 230 | 112 | 112 |
| Binary | 10001011 | 11101110 | 10111111 | 101010 | 0 | 10100 | 111 | 10011000 | 1001010 | 1001010 |
Color Harmonies of #8BEEBF
Complementary color
Monochromatic Colors of #8BEEBF
Black with #8BEEBF
Text Example
Text Example
White with #8BEEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BEEBF; }
p { color: rgb(139,238,191); }
H1.HeaderClassName
{
color: #8BEEBF;
}
.AnyTagClassName
{
color: #8BEEBF;
}
</style>
background-color css
<style>
a { background-color: #8BEEBF; }
a { background-color: rgb(139,238,191); }
div.DivClassName
{
background-color: #8BEEBF;
}
.BgClassName
{
background-color: #8BEEBF;
}
</style>
border-color css
<style>
span { border-color: #8BEEBF; }
span { border-color: rgb(139,238,191); }
td.TdClassName
{
border-color: #8BEEBF;
}
.TagClassName
{
border-color: #8BEEBF;
}
</style>