Shades of Maya Blue #89B7F8
Tints of Maya Blue #89B7F8
RGB
CMYK
RGB Variations
Color information
#89B7F8 (or 0x89B7F8) is known color: Maya Blue. HEX triplet: 89, B7 and F8. RGB value is (137,183,248). Sum of RGB (Red+Green+Blue) = 137+183+248=568 (75% of max value = 765). Red value is 137 (53.91% from 255 or 24.12% from 568); Green value is 183 (71.88% from 255 or 32.22% from 568); Blue value is 248 (97.27% from 255 or 43.66% from 568); Max value from RGB is 248 - color contains mainly: blue. Hex color #89B7F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89B7F8 is #764807. Grayscale: #B0B0B0. Windows color (decimal): -7751688 or 16299913. OLE color: 16299913.
HSL color Cylindrical-coordinate representation of color #89B7F8: hue angle of 215.14º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89B7F8 is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 137 | 183 | 248 | - |
| CMYK | 0.45 | 0.26 | 0 | 0.03 |
| HSL | 215.14º | 0.89% | 0.75% | - |
| HSV(B) | 215.14º | 0.45% | 0.97% | - |
| XYZ | 44.19 | 45.96 | 95.35 | - |
| YUV | 176.66 | 168.26 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 183 | 248 | 0.45 | 0.26 | 0 | 0.03 | 215.14 | 0.89 | 0.75 |
| Hex | 89 | B7 | F8 | 2D | 1A | 0 | 3 | D7 | 59 | 4B |
| Octal | 211 | 267 | 370 | 55 | 32 | 0 | 3 | 327 | 131 | 113 |
| Binary | 10001001 | 10110111 | 11111000 | 101101 | 11010 | 0 | 11 | 11010111 | 1011001 | 1001011 |
Color Harmonies of #89B7F8
Complementary color
Monochromatic Colors of #89B7F8
Black with #89B7F8
Text Example
Text Example
White with #89B7F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B7F8; }
p { color: rgb(137,183,248); }
H1.HeaderClassName
{
color: #89B7F8;
}
.AnyTagClassName
{
color: #89B7F8;
}
</style>
background-color css
<style>
a { background-color: #89B7F8; }
a { background-color: rgb(137,183,248); }
div.DivClassName
{
background-color: #89B7F8;
}
.BgClassName
{
background-color: #89B7F8;
}
</style>
border-color css
<style>
span { border-color: #89B7F8; }
span { border-color: rgb(137,183,248); }
td.TdClassName
{
border-color: #89B7F8;
}
.TagClassName
{
border-color: #89B7F8;
}
</style>