Shades of Maya Blue #89B2FB
Tints of Maya Blue #89B2FB
RGB
CMYK
RGB Variations
Color information
#89B2FB (or 0x89B2FB) is known color: Maya Blue. HEX triplet: 89, B2 and FB. RGB value is (137,178,251). Sum of RGB (Red+Green+Blue) = 137+178+251=566 (74% of max value = 765). Red value is 137 (53.91% from 255 or 24.20% from 566); Green value is 178 (69.92% from 255 or 31.45% from 566); Blue value is 251 (98.44% from 255 or 44.35% from 566); Max value from RGB is 251 - color contains mainly: blue. Hex color #89B2FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #89B2FB is #764D04. Grayscale: #ADADAD. Windows color (decimal): -7752965 or 16495241. OLE color: 16495241.
HSL color Cylindrical-coordinate representation of color #89B2FB: hue angle of 218.42º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89B2FB is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 178 | 251 | - |
| CMYK | 0.45 | 0.29 | 0 | 0.02 |
| HSL | 218.42º | 0.93% | 0.76% | - |
| HSV(B) | 218.42º | 0.45% | 0.98% | - |
| XYZ | 43.65 | 44.12 | 97.48 | - |
| YUV | 174.06 | 171.42 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 178 | 251 | 0.45 | 0.29 | 0 | 0.02 | 218.42 | 0.93 | 0.76 |
| Hex | 89 | B2 | FB | 2D | 1D | 0 | 2 | DA | 5D | 4C |
| Octal | 211 | 262 | 373 | 55 | 35 | 0 | 2 | 332 | 135 | 114 |
| Binary | 10001001 | 10110010 | 11111011 | 101101 | 11101 | 0 | 10 | 11011010 | 1011101 | 1001100 |
Color Harmonies of #89B2FB
Complementary color
Monochromatic Colors of #89B2FB
Black with #89B2FB
Text Example
Text Example
White with #89B2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B2FB; }
p { color: rgb(137,178,251); }
H1.HeaderClassName
{
color: #89B2FB;
}
.AnyTagClassName
{
color: #89B2FB;
}
</style>
background-color css
<style>
a { background-color: #89B2FB; }
a { background-color: rgb(137,178,251); }
div.DivClassName
{
background-color: #89B2FB;
}
.BgClassName
{
background-color: #89B2FB;
}
</style>
border-color css
<style>
span { border-color: #89B2FB; }
span { border-color: rgb(137,178,251); }
td.TdClassName
{
border-color: #89B2FB;
}
.TagClassName
{
border-color: #89B2FB;
}
</style>