Shades of Maya Blue #89B5FF
Tints of Maya Blue #89B5FF
RGB
CMYK
RGB Variations
Color information
#89B5FF (or 0x89B5FF) is known color: Maya Blue. HEX triplet: 89, B5 and FF. RGB value is (137,181,255). Sum of RGB (Red+Green+Blue) = 137+181+255=573 (75% of max value = 765). Red value is 137 (53.91% from 255 or 23.91% from 573); Green value is 181 (71.09% from 255 or 31.59% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #89B5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89B5FF is #764A00. Grayscale: #AFAFAF. Windows color (decimal): -7752193 or 16758153. OLE color: 16758153.
HSL color Cylindrical-coordinate representation of color #89B5FF: hue angle of 217.63º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89B5FF is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 181 | 255 | - |
| CMYK | 0.46 | 0.29 | 0 | 0 |
| HSL | 217.63º | 1% | 0.77% | - |
| HSV(B) | 217.63º | 0.46% | 1% | - |
| XYZ | 44.89 | 45.59 | 101.04 | - |
| YUV | 176.28 | 172.42 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 181 | 255 | 0.46 | 0.29 | 0 | 0 | 217.63 | 1 | 0.77 |
| Hex | 89 | B5 | FF | 2E | 1D | 0 | 0 | DA | 64 | 4D |
| Octal | 211 | 265 | 377 | 56 | 35 | 0 | 0 | 332 | 144 | 115 |
| Binary | 10001001 | 10110101 | 11111111 | 101110 | 11101 | 0 | 0 | 11011010 | 1100100 | 1001101 |
Color Harmonies of #89B5FF
Complementary color
Monochromatic Colors of #89B5FF
Black with #89B5FF
Text Example
Text Example
White with #89B5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B5FF; }
p { color: rgb(137,181,255); }
H1.HeaderClassName
{
color: #89B5FF;
}
.AnyTagClassName
{
color: #89B5FF;
}
</style>
background-color css
<style>
a { background-color: #89B5FF; }
a { background-color: rgb(137,181,255); }
div.DivClassName
{
background-color: #89B5FF;
}
.BgClassName
{
background-color: #89B5FF;
}
</style>
border-color css
<style>
span { border-color: #89B5FF; }
span { border-color: rgb(137,181,255); }
td.TdClassName
{
border-color: #89B5FF;
}
.TagClassName
{
border-color: #89B5FF;
}
</style>