Shades of Maya Blue #5AD2FF
Tints of Maya Blue #5AD2FF
RGB
CMYK
RGB Variations
Color information
#5AD2FF (or 0x5AD2FF) is known color: Maya Blue. HEX triplet: 5A, D2 and FF. RGB value is (90,210,255). Sum of RGB (Red+Green+Blue) = 90+210+255=555 (73% of max value = 765). Red value is 90 (35.55% from 255 or 16.22% from 555); Green value is 210 (82.42% from 255 or 37.84% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #5AD2FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AD2FF is #A52D00. Grayscale: #B2B2B2. Windows color (decimal): -10824961 or 16765530. OLE color: 16765530.
HSL color Cylindrical-coordinate representation of color #5AD2FF: hue angle of 196.36º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5AD2FF is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 210 | 255 | - |
| CMYK | 0.65 | 0.18 | 0 | 0 |
| HSL | 196.36º | 1% | 0.68% | - |
| HSV(B) | 196.36º | 0.65% | 1% | - |
| XYZ | 45.31 | 55.49 | 102.93 | - |
| YUV | 179.25 | 170.74 | 64.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 210 | 255 | 0.65 | 0.18 | 0 | 0 | 196.36 | 1 | 0.68 |
| Hex | 5A | D2 | FF | 41 | 12 | 0 | 0 | C4 | 64 | 44 |
| Octal | 132 | 322 | 377 | 101 | 22 | 0 | 0 | 304 | 144 | 104 |
| Binary | 1011010 | 11010010 | 11111111 | 1000001 | 10010 | 0 | 0 | 11000100 | 1100100 | 1000100 |
Color Harmonies of #5AD2FF
Complementary color
Monochromatic Colors of #5AD2FF
Black with #5AD2FF
Text Example
Text Example
White with #5AD2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD2FF; }
p { color: rgb(90,210,255); }
H1.HeaderClassName
{
color: #5AD2FF;
}
.AnyTagClassName
{
color: #5AD2FF;
}
</style>
background-color css
<style>
a { background-color: #5AD2FF; }
a { background-color: rgb(90,210,255); }
div.DivClassName
{
background-color: #5AD2FF;
}
.BgClassName
{
background-color: #5AD2FF;
}
</style>
border-color css
<style>
span { border-color: #5AD2FF; }
span { border-color: rgb(90,210,255); }
td.TdClassName
{
border-color: #5AD2FF;
}
.TagClassName
{
border-color: #5AD2FF;
}
</style>