Shades of Maya Blue #5DBCFC
Tints of Maya Blue #5DBCFC
RGB
CMYK
RGB Variations
Color information
#5DBCFC (or 0x5DBCFC) is known color: Maya Blue. HEX triplet: 5D, BC and FC. RGB value is (93,188,252). Sum of RGB (Red+Green+Blue) = 93+188+252=533 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.45% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 252 (98.83% from 255 or 47.28% from 533); Max value from RGB is 252 - color contains mainly: blue. Hex color #5DBCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DBCFC is #A24303. Grayscale: #A6A6A6. Windows color (decimal): -10633988 or 16563293. OLE color: 16563293.
HSL color Cylindrical-coordinate representation of color #5DBCFC: hue angle of 204.15º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DBCFC is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 188 | 252 | - |
| CMYK | 0.63 | 0.25 | 0 | 0.01 |
| HSL | 204.15º | 0.96% | 0.68% | - |
| HSV(B) | 204.15º | 0.63% | 0.99% | - |
| XYZ | 40.07 | 45.32 | 98.73 | - |
| YUV | 166.89 | 176.03 | 75.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 188 | 252 | 0.63 | 0.25 | 0 | 0.01 | 204.15 | 0.96 | 0.68 |
| Hex | 5D | BC | FC | 3F | 19 | 0 | 1 | CC | 60 | 44 |
| Octal | 135 | 274 | 374 | 77 | 31 | 0 | 1 | 314 | 140 | 104 |
| Binary | 1011101 | 10111100 | 11111100 | 111111 | 11001 | 0 | 1 | 11001100 | 1100000 | 1000100 |
Color Harmonies of #5DBCFC
Complementary color
Monochromatic Colors of #5DBCFC
Black with #5DBCFC
Text Example
Text Example
White with #5DBCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBCFC; }
p { color: rgb(93,188,252); }
H1.HeaderClassName
{
color: #5DBCFC;
}
.AnyTagClassName
{
color: #5DBCFC;
}
</style>
background-color css
<style>
a { background-color: #5DBCFC; }
a { background-color: rgb(93,188,252); }
div.DivClassName
{
background-color: #5DBCFC;
}
.BgClassName
{
background-color: #5DBCFC;
}
</style>
border-color css
<style>
span { border-color: #5DBCFC; }
span { border-color: rgb(93,188,252); }
td.TdClassName
{
border-color: #5DBCFC;
}
.TagClassName
{
border-color: #5DBCFC;
}
</style>