Shades of Maya Blue #5ABFFB
Tints of Maya Blue #5ABFFB
RGB
CMYK
RGB Variations
Color information
#5ABFFB (or 0x5ABFFB) is known color: Maya Blue. HEX triplet: 5A, BF and FB. RGB value is (90,191,251). Sum of RGB (Red+Green+Blue) = 90+191+251=532 (70% of max value = 765). Red value is 90 (35.55% from 255 or 16.92% from 532); Green value is 191 (75% from 255 or 35.90% from 532); Blue value is 251 (98.44% from 255 or 47.18% from 532); Max value from RGB is 251 - color contains mainly: blue. Hex color #5ABFFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ABFFB is #A54004. Grayscale: #A7A7A7. Windows color (decimal): -10829829 or 16498522. OLE color: 16498522.
HSL color Cylindrical-coordinate representation of color #5ABFFB: hue angle of 202.36º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5ABFFB is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 191 | 251 | - |
| CMYK | 0.64 | 0.24 | 0 | 0.02 |
| HSL | 202.36º | 0.95% | 0.67% | - |
| HSV(B) | 202.36º | 0.64% | 0.98% | - |
| XYZ | 40.26 | 46.4 | 98.1 | - |
| YUV | 167.64 | 175.04 | 72.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 191 | 251 | 0.64 | 0.24 | 0 | 0.02 | 202.36 | 0.95 | 0.67 |
| Hex | 5A | BF | FB | 40 | 18 | 0 | 2 | CA | 5F | 43 |
| Octal | 132 | 277 | 373 | 100 | 30 | 0 | 2 | 312 | 137 | 103 |
| Binary | 1011010 | 10111111 | 11111011 | 1000000 | 11000 | 0 | 10 | 11001010 | 1011111 | 1000011 |
Color Harmonies of #5ABFFB
Complementary color
Monochromatic Colors of #5ABFFB
Black with #5ABFFB
Text Example
Text Example
White with #5ABFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABFFB; }
p { color: rgb(90,191,251); }
H1.HeaderClassName
{
color: #5ABFFB;
}
.AnyTagClassName
{
color: #5ABFFB;
}
</style>
background-color css
<style>
a { background-color: #5ABFFB; }
a { background-color: rgb(90,191,251); }
div.DivClassName
{
background-color: #5ABFFB;
}
.BgClassName
{
background-color: #5ABFFB;
}
</style>
border-color css
<style>
span { border-color: #5ABFFB; }
span { border-color: rgb(90,191,251); }
td.TdClassName
{
border-color: #5ABFFB;
}
.TagClassName
{
border-color: #5ABFFB;
}
</style>