Shades of Vista Blue #9FEEBC
Tints of Vista Blue #9FEEBC
RGB
CMYK
RGB Variations
Color information
#9FEEBC (or 0x9FEEBC) is known color: Vista Blue. HEX triplet: 9F, EE and BC. RGB value is (159,238,188). Sum of RGB (Red+Green+Blue) = 159+238+188=585 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.18% from 585); Green value is 238 (93.36% from 255 or 40.68% from 585); Blue value is 188 (73.83% from 255 or 32.14% from 585); Max value from RGB is 238 - color contains mainly: green. Hex color #9FEEBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEEBC is #601143. Grayscale: #D0D0D0. Windows color (decimal): -6295876 or 12381855. OLE color: 12381855.
HSL color Cylindrical-coordinate representation of color #9FEEBC: hue angle of 142.03º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FEEBC is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
RGB | 159 | 238 | 188 | - |
CMYK | 0.33 | 0 | 0.21 | 0.07 |
HSL | 142.03º | 0.7% | 0.78% | - |
HSV(B) | 142.03º | 0.33% | 0.93% | - |
XYZ | 53.95 | 72.15 | 58.66 | - |
YUV | 208.68 | 116.33 | 92.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 238 | 188 | 0.33 | 0 | 0.21 | 0.07 | 142.03 | 0.7 | 0.78 |
Hex | 9F | EE | BC | 21 | 0 | 15 | 7 | 8E | 46 | 4E |
Octal | 237 | 356 | 274 | 41 | 0 | 25 | 7 | 216 | 106 | 116 |
Binary | 10011111 | 11101110 | 10111100 | 100001 | 0 | 10101 | 111 | 10001110 | 1000110 | 1001110 |
Color Harmonies of #9FEEBC
Complementary color
Monochromatic Colors of #9FEEBC
Black with #9FEEBC
Text Example
Text Example
White with #9FEEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEEBC; }
p { color: rgb(159,238,188); }
H1.HeaderClassName
{
color: #9FEEBC;
}
.AnyTagClassName
{
color: #9FEEBC;
}
</style>
background-color css
<style>
a { background-color: #9FEEBC; }
a { background-color: rgb(159,238,188); }
div.DivClassName
{
background-color: #9FEEBC;
}
.BgClassName
{
background-color: #9FEEBC;
}
</style>
border-color css
<style>
span { border-color: #9FEEBC; }
span { border-color: rgb(159,238,188); }
td.TdClassName
{
border-color: #9FEEBC;
}
.TagClassName
{
border-color: #9FEEBC;
}
</style>