Shades of Maya Blue #5AB2FC
Tints of Maya Blue #5AB2FC
RGB
CMYK
RGB Variations
Color information
#5AB2FC (or 0x5AB2FC) is known color: Maya Blue. HEX triplet: 5A, B2 and FC. RGB value is (90,178,252). Sum of RGB (Red+Green+Blue) = 90+178+252=520 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.31% from 520); Green value is 178 (69.92% from 255 or 34.23% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #5AB2FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AB2FC is #A54D03. Grayscale: #9F9F9F. Windows color (decimal): -10833156 or 16560730. OLE color: 16560730.
HSL color Cylindrical-coordinate representation of color #5AB2FC: hue angle of 207.41º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AB2FC is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 178 | 252 | - |
| CMYK | 0.64 | 0.29 | 0 | 0.01 |
| HSL | 207.41º | 0.96% | 0.67% | - |
| HSV(B) | 207.41º | 0.64% | 0.99% | - |
| XYZ | 37.71 | 41.04 | 98.03 | - |
| YUV | 160.12 | 179.85 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 178 | 252 | 0.64 | 0.29 | 0 | 0.01 | 207.41 | 0.96 | 0.67 |
| Hex | 5A | B2 | FC | 40 | 1D | 0 | 1 | CF | 60 | 43 |
| Octal | 132 | 262 | 374 | 100 | 35 | 0 | 1 | 317 | 140 | 103 |
| Binary | 1011010 | 10110010 | 11111100 | 1000000 | 11101 | 0 | 1 | 11001111 | 1100000 | 1000011 |
Color Harmonies of #5AB2FC
Complementary color
Monochromatic Colors of #5AB2FC
Black with #5AB2FC
Text Example
Text Example
White with #5AB2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB2FC; }
p { color: rgb(90,178,252); }
H1.HeaderClassName
{
color: #5AB2FC;
}
.AnyTagClassName
{
color: #5AB2FC;
}
</style>
background-color css
<style>
a { background-color: #5AB2FC; }
a { background-color: rgb(90,178,252); }
div.DivClassName
{
background-color: #5AB2FC;
}
.BgClassName
{
background-color: #5AB2FC;
}
</style>
border-color css
<style>
span { border-color: #5AB2FC; }
span { border-color: rgb(90,178,252); }
td.TdClassName
{
border-color: #5AB2FC;
}
.TagClassName
{
border-color: #5AB2FC;
}
</style>