Shades of Vista Blue #8CEEBA
Tints of Vista Blue #8CEEBA
RGB
CMYK
RGB Variations
Color information
#8CEEBA (or 0x8CEEBA) is known color: Vista Blue. HEX triplet: 8C, EE and BA. RGB value is (140,238,186). Sum of RGB (Red+Green+Blue) = 140+238+186=564 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.82% from 564); Green value is 238 (93.36% from 255 or 42.20% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 238 - color contains mainly: green. Hex color #8CEEBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CEEBA is #731145. Grayscale: #CACACA. Windows color (decimal): -7541062 or 12250764. OLE color: 12250764.
HSL color Cylindrical-coordinate representation of color #8CEEBA: hue angle of 148.16º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CEEBA is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 238 | 186 | - |
| CMYK | 0.41 | 0 | 0.22 | 0.07 |
| HSL | 148.16º | 0.74% | 0.74% | - |
| HSV(B) | 148.16º | 0.41% | 0.93% | - |
| XYZ | 50.25 | 70.27 | 57.37 | - |
| YUV | 202.77 | 118.53 | 83.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 238 | 186 | 0.41 | 0 | 0.22 | 0.07 | 148.16 | 0.74 | 0.74 |
| Hex | 8C | EE | BA | 29 | 0 | 16 | 7 | 94 | 4A | 4A |
| Octal | 214 | 356 | 272 | 51 | 0 | 26 | 7 | 224 | 112 | 112 |
| Binary | 10001100 | 11101110 | 10111010 | 101001 | 0 | 10110 | 111 | 10010100 | 1001010 | 1001010 |
Color Harmonies of #8CEEBA
Complementary color
Monochromatic Colors of #8CEEBA
Black with #8CEEBA
Text Example
Text Example
White with #8CEEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEEBA; }
p { color: rgb(140,238,186); }
H1.HeaderClassName
{
color: #8CEEBA;
}
.AnyTagClassName
{
color: #8CEEBA;
}
</style>
background-color css
<style>
a { background-color: #8CEEBA; }
a { background-color: rgb(140,238,186); }
div.DivClassName
{
background-color: #8CEEBA;
}
.BgClassName
{
background-color: #8CEEBA;
}
</style>
border-color css
<style>
span { border-color: #8CEEBA; }
span { border-color: rgb(140,238,186); }
td.TdClassName
{
border-color: #8CEEBA;
}
.TagClassName
{
border-color: #8CEEBA;
}
</style>