Shades of Vista Blue #98F8B6
Tints of Vista Blue #98F8B6
RGB
CMYK
RGB Variations
Color information
#98F8B6 (or 0x98F8B6) is known color: Vista Blue. HEX triplet: 98, F8 and B6. RGB value is (152,248,182). Sum of RGB (Red+Green+Blue) = 152+248+182=582 (77% of max value = 765). Red value is 152 (59.77% from 255 or 26.12% from 582); Green value is 248 (97.27% from 255 or 42.61% from 582); Blue value is 182 (71.48% from 255 or 31.27% from 582); Max value from RGB is 248 - color contains mainly: green. Hex color #98F8B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98F8B6 is #670749. Grayscale: #D3D3D3. Windows color (decimal): -6752074 or 11991192. OLE color: 11991192.
HSL color Cylindrical-coordinate representation of color #98F8B6: hue angle of 138.75º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98F8B6 is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 152 | 248 | 182 | - |
| CMYK | 0.39 | 0 | 0.27 | 0.03 |
| HSL | 138.75º | 0.87% | 0.78% | - |
| HSV(B) | 138.75º | 0.39% | 0.97% | - |
| XYZ | 54.96 | 77.19 | 56.26 | - |
| YUV | 211.77 | 111.2 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 248 | 182 | 0.39 | 0 | 0.27 | 0.03 | 138.75 | 0.87 | 0.78 |
| Hex | 98 | F8 | B6 | 27 | 0 | 1B | 3 | 8B | 57 | 4E |
| Octal | 230 | 370 | 266 | 47 | 0 | 33 | 3 | 213 | 127 | 116 |
| Binary | 10011000 | 11111000 | 10110110 | 100111 | 0 | 11011 | 11 | 10001011 | 1010111 | 1001110 |
Color Harmonies of #98F8B6
Complementary color
Monochromatic Colors of #98F8B6
Black with #98F8B6
Text Example
Text Example
White with #98F8B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F8B6; }
p { color: rgb(152,248,182); }
H1.HeaderClassName
{
color: #98F8B6;
}
.AnyTagClassName
{
color: #98F8B6;
}
</style>
background-color css
<style>
a { background-color: #98F8B6; }
a { background-color: rgb(152,248,182); }
div.DivClassName
{
background-color: #98F8B6;
}
.BgClassName
{
background-color: #98F8B6;
}
</style>
border-color css
<style>
span { border-color: #98F8B6; }
span { border-color: rgb(152,248,182); }
td.TdClassName
{
border-color: #98F8B6;
}
.TagClassName
{
border-color: #98F8B6;
}
</style>