Shades of Maya Blue #5DB5FA
Tints of Maya Blue #5DB5FA
RGB
CMYK
RGB Variations
Color information
#5DB5FA (or 0x5DB5FA) is known color: Maya Blue. HEX triplet: 5D, B5 and FA. RGB value is (93,181,250). Sum of RGB (Red+Green+Blue) = 93+181+250=524 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.75% from 524); Green value is 181 (71.09% from 255 or 34.54% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #5DB5FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DB5FA is #A24A05. Grayscale: #A2A2A2. Windows color (decimal): -10635782 or 16430429. OLE color: 16430429.
HSL color Cylindrical-coordinate representation of color #5DB5FA: hue angle of 206.37º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DB5FA is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 181 | 250 | - |
| CMYK | 0.63 | 0.28 | 0 | 0.02 |
| HSL | 206.37º | 0.94% | 0.67% | - |
| HSV(B) | 206.37º | 0.63% | 0.98% | - |
| XYZ | 38.29 | 42.28 | 96.58 | - |
| YUV | 162.55 | 177.35 | 78.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 181 | 250 | 0.63 | 0.28 | 0 | 0.02 | 206.37 | 0.94 | 0.67 |
| Hex | 5D | B5 | FA | 3F | 1C | 0 | 2 | CE | 5E | 43 |
| Octal | 135 | 265 | 372 | 77 | 34 | 0 | 2 | 316 | 136 | 103 |
| Binary | 1011101 | 10110101 | 11111010 | 111111 | 11100 | 0 | 10 | 11001110 | 1011110 | 1000011 |
Color Harmonies of #5DB5FA
Complementary color
Monochromatic Colors of #5DB5FA
Black with #5DB5FA
Text Example
Text Example
White with #5DB5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB5FA; }
p { color: rgb(93,181,250); }
H1.HeaderClassName
{
color: #5DB5FA;
}
.AnyTagClassName
{
color: #5DB5FA;
}
</style>
background-color css
<style>
a { background-color: #5DB5FA; }
a { background-color: rgb(93,181,250); }
div.DivClassName
{
background-color: #5DB5FA;
}
.BgClassName
{
background-color: #5DB5FA;
}
</style>
border-color css
<style>
span { border-color: #5DB5FA; }
span { border-color: rgb(93,181,250); }
td.TdClassName
{
border-color: #5DB5FA;
}
.TagClassName
{
border-color: #5DB5FA;
}
</style>