Shades of Vista Blue #93CFB5
Tints of Vista Blue #93CFB5
RGB
CMYK
RGB Variations
Color information
#93CFB5 (or 0x93CFB5) is known color: Vista Blue. HEX triplet: 93, CF and B5. RGB value is (147,207,181). Sum of RGB (Red+Green+Blue) = 147+207+181=535 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.48% from 535); Green value is 207 (81.25% from 255 or 38.69% from 535); Blue value is 181 (71.09% from 255 or 33.83% from 535); Max value from RGB is 207 - color contains mainly: green. Hex color #93CFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CFB5 is #6C304A. Grayscale: #BABABA. Windows color (decimal): -7090251 or 11915155. OLE color: 11915155.
HSL color Cylindrical-coordinate representation of color #93CFB5: hue angle of 154º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93CFB5 is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 207 | 181 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.19 |
| HSL | 154º | 0.38% | 0.69% | - |
| HSV(B) | 154º | 0.29% | 0.81% | - |
| XYZ | 42.69 | 54.16 | 51.92 | - |
| YUV | 186.1 | 125.12 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 207 | 181 | 0.29 | 0 | 0.13 | 0.19 | 154 | 0.38 | 0.69 |
| Hex | 93 | CF | B5 | 1D | 0 | D | 13 | 9A | 26 | 45 |
| Octal | 223 | 317 | 265 | 35 | 0 | 15 | 23 | 232 | 46 | 105 |
| Binary | 10010011 | 11001111 | 10110101 | 11101 | 0 | 1101 | 10011 | 10011010 | 100110 | 1000101 |
Color Harmonies of #93CFB5
Complementary color
Monochromatic Colors of #93CFB5
Black with #93CFB5
Text Example
Text Example
White with #93CFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CFB5; }
p { color: rgb(147,207,181); }
H1.HeaderClassName
{
color: #93CFB5;
}
.AnyTagClassName
{
color: #93CFB5;
}
</style>
background-color css
<style>
a { background-color: #93CFB5; }
a { background-color: rgb(147,207,181); }
div.DivClassName
{
background-color: #93CFB5;
}
.BgClassName
{
background-color: #93CFB5;
}
</style>
border-color css
<style>
span { border-color: #93CFB5; }
span { border-color: rgb(147,207,181); }
td.TdClassName
{
border-color: #93CFB5;
}
.TagClassName
{
border-color: #93CFB5;
}
</style>