Shades of Maya Blue #5DCBFA
Tints of Maya Blue #5DCBFA
RGB
CMYK
RGB Variations
Color information
#5DCBFA (or 0x5DCBFA) is known color: Maya Blue. HEX triplet: 5D, CB and FA. RGB value is (93,203,250). Sum of RGB (Red+Green+Blue) = 93+203+250=546 (72% of max value = 765). Red value is 93 (36.72% from 255 or 17.03% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #5DCBFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DCBFA is #A23405. Grayscale: #AFAFAF. Windows color (decimal): -10630150 or 16436061. OLE color: 16436061.
HSL color Cylindrical-coordinate representation of color #5DCBFA: hue angle of 197.96º 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 #5DCBFA is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 203 | 250 | - |
| CMYK | 0.63 | 0.19 | 0 | 0.02 |
| HSL | 197.96º | 0.94% | 0.67% | - |
| HSV(B) | 197.96º | 0.63% | 0.98% | - |
| XYZ | 43.13 | 51.94 | 98.2 | - |
| YUV | 175.47 | 170.06 | 69.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 203 | 250 | 0.63 | 0.19 | 0 | 0.02 | 197.96 | 0.94 | 0.67 |
| Hex | 5D | CB | FA | 3F | 13 | 0 | 2 | C6 | 5E | 43 |
| Octal | 135 | 313 | 372 | 77 | 23 | 0 | 2 | 306 | 136 | 103 |
| Binary | 1011101 | 11001011 | 11111010 | 111111 | 10011 | 0 | 10 | 11000110 | 1011110 | 1000011 |
Color Harmonies of #5DCBFA
Complementary color
Monochromatic Colors of #5DCBFA
Black with #5DCBFA
Text Example
Text Example
White with #5DCBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCBFA; }
p { color: rgb(93,203,250); }
H1.HeaderClassName
{
color: #5DCBFA;
}
.AnyTagClassName
{
color: #5DCBFA;
}
</style>
background-color css
<style>
a { background-color: #5DCBFA; }
a { background-color: rgb(93,203,250); }
div.DivClassName
{
background-color: #5DCBFA;
}
.BgClassName
{
background-color: #5DCBFA;
}
</style>
border-color css
<style>
span { border-color: #5DCBFA; }
span { border-color: rgb(93,203,250); }
td.TdClassName
{
border-color: #5DCBFA;
}
.TagClassName
{
border-color: #5DCBFA;
}
</style>