Shades of Vista Blue #95F8B4
Tints of Vista Blue #95F8B4
RGB
CMYK
RGB Variations
Color information
#95F8B4 (or 0x95F8B4) is known color: Vista Blue. HEX triplet: 95, F8 and B4. RGB value is (149,248,180). Sum of RGB (Red+Green+Blue) = 149+248+180=577 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.82% from 577); Green value is 248 (97.27% from 255 or 42.98% from 577); Blue value is 180 (70.70% from 255 or 31.20% from 577); Max value from RGB is 248 - color contains mainly: green. Hex color #95F8B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F8B4 is #6A074B. Grayscale: #D2D2D2. Windows color (decimal): -6948684 or 11860117. OLE color: 11860117.
HSL color Cylindrical-coordinate representation of color #95F8B4: hue angle of 138.79º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95F8B4 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 149 | 248 | 180 | - |
| CMYK | 0.40 | 0 | 0.27 | 0.03 |
| HSL | 138.79º | 0.88% | 0.78% | - |
| HSV(B) | 138.79º | 0.4% | 0.97% | - |
| XYZ | 54.2 | 76.82 | 55.15 | - |
| YUV | 210.65 | 110.7 | 84.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 248 | 180 | 0.40 | 0 | 0.27 | 0.03 | 138.79 | 0.88 | 0.78 |
| Hex | 95 | F8 | B4 | 28 | 0 | 1B | 3 | 8B | 58 | 4E |
| Octal | 225 | 370 | 264 | 50 | 0 | 33 | 3 | 213 | 130 | 116 |
| Binary | 10010101 | 11111000 | 10110100 | 101000 | 0 | 11011 | 11 | 10001011 | 1011000 | 1001110 |
Color Harmonies of #95F8B4
Complementary color
Monochromatic Colors of #95F8B4
Black with #95F8B4
Text Example
Text Example
White with #95F8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F8B4; }
p { color: rgb(149,248,180); }
H1.HeaderClassName
{
color: #95F8B4;
}
.AnyTagClassName
{
color: #95F8B4;
}
</style>
background-color css
<style>
a { background-color: #95F8B4; }
a { background-color: rgb(149,248,180); }
div.DivClassName
{
background-color: #95F8B4;
}
.BgClassName
{
background-color: #95F8B4;
}
</style>
border-color css
<style>
span { border-color: #95F8B4; }
span { border-color: rgb(149,248,180); }
td.TdClassName
{
border-color: #95F8B4;
}
.TagClassName
{
border-color: #95F8B4;
}
</style>