Shades of Maya Blue #5DCBFF
Tints of Maya Blue #5DCBFF
RGB
CMYK
RGB Variations
Color information
#5DCBFF (or 0x5DCBFF) is known color: Maya Blue. HEX triplet: 5D, CB and FF. RGB value is (93,203,255). Sum of RGB (Red+Green+Blue) = 93+203+255=551 (72% of max value = 765). Red value is 93 (36.72% from 255 or 16.88% from 551); Green value is 203 (79.69% from 255 or 36.84% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #5DCBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DCBFF is #A23400. Grayscale: #AFAFAF. Windows color (decimal): -10630145 or 16763741. OLE color: 16763741.
HSL color Cylindrical-coordinate representation of color #5DCBFF: hue angle of 199.26º 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 #5DCBFF is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 93 | 203 | 255 | - |
| CMYK | 0.64 | 0.20 | 0 | 0 |
| HSL | 199.26º | 1% | 0.68% | - |
| HSV(B) | 199.26º | 0.64% | 1% | - |
| XYZ | 43.92 | 52.26 | 102.38 | - |
| YUV | 176.04 | 172.56 | 68.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 203 | 255 | 0.64 | 0.20 | 0 | 0 | 199.26 | 1 | 0.68 |
| Hex | 5D | CB | FF | 40 | 14 | 0 | 0 | C7 | 64 | 44 |
| Octal | 135 | 313 | 377 | 100 | 24 | 0 | 0 | 307 | 144 | 104 |
| Binary | 1011101 | 11001011 | 11111111 | 1000000 | 10100 | 0 | 0 | 11000111 | 1100100 | 1000100 |
Color Harmonies of #5DCBFF
Complementary color
Monochromatic Colors of #5DCBFF
Black with #5DCBFF
Text Example
Text Example
White with #5DCBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCBFF; }
p { color: rgb(93,203,255); }
H1.HeaderClassName
{
color: #5DCBFF;
}
.AnyTagClassName
{
color: #5DCBFF;
}
</style>
background-color css
<style>
a { background-color: #5DCBFF; }
a { background-color: rgb(93,203,255); }
div.DivClassName
{
background-color: #5DCBFF;
}
.BgClassName
{
background-color: #5DCBFF;
}
</style>
border-color css
<style>
span { border-color: #5DCBFF; }
span { border-color: rgb(93,203,255); }
td.TdClassName
{
border-color: #5DCBFF;
}
.TagClassName
{
border-color: #5DCBFF;
}
</style>