Shades of Maya Blue #5DCAFF
Tints of Maya Blue #5DCAFF
RGB
CMYK
RGB Variations
Color information
#5DCAFF (or 0x5DCAFF) is known color: Maya Blue. HEX triplet: 5D, CA and FF. RGB value is (93,202,255). Sum of RGB (Red+Green+Blue) = 93+202+255=550 (72% of max value = 765). Red value is 93 (36.72% from 255 or 16.91% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #5DCAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DCAFF is #A23500. Grayscale: #AFAFAF. Windows color (decimal): -10630401 or 16763485. OLE color: 16763485.
HSL color Cylindrical-coordinate representation of color #5DCAFF: hue angle of 199.63º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5DCAFF is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 93 | 202 | 255 | - |
| CMYK | 0.64 | 0.21 | 0 | 0 |
| HSL | 199.63º | 1% | 0.68% | - |
| HSV(B) | 199.63º | 0.64% | 1% | - |
| XYZ | 43.68 | 51.79 | 102.3 | - |
| YUV | 175.45 | 172.89 | 69.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 202 | 255 | 0.64 | 0.21 | 0 | 0 | 199.63 | 1 | 0.68 |
| Hex | 5D | CA | FF | 40 | 15 | 0 | 0 | C8 | 64 | 44 |
| Octal | 135 | 312 | 377 | 100 | 25 | 0 | 0 | 310 | 144 | 104 |
| Binary | 1011101 | 11001010 | 11111111 | 1000000 | 10101 | 0 | 0 | 11001000 | 1100100 | 1000100 |
Color Harmonies of #5DCAFF
Complementary color
Monochromatic Colors of #5DCAFF
Black with #5DCAFF
Text Example
Text Example
White with #5DCAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCAFF; }
p { color: rgb(93,202,255); }
H1.HeaderClassName
{
color: #5DCAFF;
}
.AnyTagClassName
{
color: #5DCAFF;
}
</style>
background-color css
<style>
a { background-color: #5DCAFF; }
a { background-color: rgb(93,202,255); }
div.DivClassName
{
background-color: #5DCAFF;
}
.BgClassName
{
background-color: #5DCAFF;
}
</style>
border-color css
<style>
span { border-color: #5DCAFF; }
span { border-color: rgb(93,202,255); }
td.TdClassName
{
border-color: #5DCAFF;
}
.TagClassName
{
border-color: #5DCAFF;
}
</style>