Shades of Vista Blue #9BEDB3
Tints of Vista Blue #9BEDB3
RGB
CMYK
RGB Variations
Color information
#9BEDB3 (or 0x9BEDB3) is known color: Vista Blue. HEX triplet: 9B, ED and B3. RGB value is (155,237,179). Sum of RGB (Red+Green+Blue) = 155+237+179=571 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.15% from 571); Green value is 237 (92.97% from 255 or 41.51% from 571); Blue value is 179 (70.31% from 255 or 31.35% from 571); Max value from RGB is 237 - color contains mainly: green. Hex color #9BEDB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEDB3 is #64124C. Grayscale: #CECECE. Windows color (decimal): -6558285 or 11791771. OLE color: 11791771.
HSL color Cylindrical-coordinate representation of color #9BEDB3: hue angle of 137.56º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BEDB3 is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 237 | 179 | - |
| CMYK | 0.35 | 0 | 0.24 | 0.07 |
| HSL | 137.56º | 0.69% | 0.77% | - |
| HSV(B) | 137.56º | 0.35% | 0.93% | - |
| XYZ | 51.94 | 70.79 | 53.57 | - |
| YUV | 205.87 | 112.83 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 237 | 179 | 0.35 | 0 | 0.24 | 0.07 | 137.56 | 0.69 | 0.77 |
| Hex | 9B | ED | B3 | 23 | 0 | 18 | 7 | 8A | 45 | 4D |
| Octal | 233 | 355 | 263 | 43 | 0 | 30 | 7 | 212 | 105 | 115 |
| Binary | 10011011 | 11101101 | 10110011 | 100011 | 0 | 11000 | 111 | 10001010 | 1000101 | 1001101 |
Color Harmonies of #9BEDB3
Complementary color
Monochromatic Colors of #9BEDB3
Black with #9BEDB3
Text Example
Text Example
White with #9BEDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEDB3; }
p { color: rgb(155,237,179); }
H1.HeaderClassName
{
color: #9BEDB3;
}
.AnyTagClassName
{
color: #9BEDB3;
}
</style>
background-color css
<style>
a { background-color: #9BEDB3; }
a { background-color: rgb(155,237,179); }
div.DivClassName
{
background-color: #9BEDB3;
}
.BgClassName
{
background-color: #9BEDB3;
}
</style>
border-color css
<style>
span { border-color: #9BEDB3; }
span { border-color: rgb(155,237,179); }
td.TdClassName
{
border-color: #9BEDB3;
}
.TagClassName
{
border-color: #9BEDB3;
}
</style>