Shades of Vista Blue #94F3B4
Tints of Vista Blue #94F3B4
RGB
CMYK
RGB Variations
Color information
#94F3B4 (or 0x94F3B4) is known color: Vista Blue. HEX triplet: 94, F3 and B4. RGB value is (148,243,180). Sum of RGB (Red+Green+Blue) = 148+243+180=571 (75% of max value = 765). Red value is 148 (58.20% from 255 or 25.92% from 571); Green value is 243 (95.31% from 255 or 42.56% from 571); Blue value is 180 (70.70% from 255 or 31.52% from 571); Max value from RGB is 243 - color contains mainly: green. Hex color #94F3B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F3B4 is #6B0C4B. Grayscale: #CFCFCF. Windows color (decimal): -7015500 or 11858836. OLE color: 11858836.
HSL color Cylindrical-coordinate representation of color #94F3B4: hue angle of 140.21º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #94F3B4 is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 243 | 180 | - |
| CMYK | 0.39 | 0 | 0.26 | 0.05 |
| HSL | 140.21º | 0.8% | 0.77% | - |
| HSV(B) | 140.21º | 0.39% | 0.95% | - |
| XYZ | 52.5 | 73.69 | 54.64 | - |
| YUV | 207.41 | 112.53 | 85.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 243 | 180 | 0.39 | 0 | 0.26 | 0.05 | 140.21 | 0.8 | 0.77 |
| Hex | 94 | F3 | B4 | 27 | 0 | 1A | 5 | 8C | 50 | 4D |
| Octal | 224 | 363 | 264 | 47 | 0 | 32 | 5 | 214 | 120 | 115 |
| Binary | 10010100 | 11110011 | 10110100 | 100111 | 0 | 11010 | 101 | 10001100 | 1010000 | 1001101 |
Color Harmonies of #94F3B4
Complementary color
Monochromatic Colors of #94F3B4
Black with #94F3B4
Text Example
Text Example
White with #94F3B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F3B4; }
p { color: rgb(148,243,180); }
H1.HeaderClassName
{
color: #94F3B4;
}
.AnyTagClassName
{
color: #94F3B4;
}
</style>
background-color css
<style>
a { background-color: #94F3B4; }
a { background-color: rgb(148,243,180); }
div.DivClassName
{
background-color: #94F3B4;
}
.BgClassName
{
background-color: #94F3B4;
}
</style>
border-color css
<style>
span { border-color: #94F3B4; }
span { border-color: rgb(148,243,180); }
td.TdClassName
{
border-color: #94F3B4;
}
.TagClassName
{
border-color: #94F3B4;
}
</style>