Shades of Maya Blue #5DB3FC
Tints of Maya Blue #5DB3FC
RGB
CMYK
RGB Variations
Color information
#5DB3FC (or 0x5DB3FC) is known color: Maya Blue. HEX triplet: 5D, B3 and FC. RGB value is (93,179,252). Sum of RGB (Red+Green+Blue) = 93+179+252=524 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.75% from 524); Green value is 179 (70.31% from 255 or 34.16% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #5DB3FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DB3FC is #A24C03. Grayscale: #A1A1A1. Windows color (decimal): -10636292 or 16560989. OLE color: 16560989.
HSL color Cylindrical-coordinate representation of color #5DB3FC: hue angle of 207.55º 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 #5DB3FC is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 179 | 252 | - |
| CMYK | 0.63 | 0.29 | 0 | 0.01 |
| HSL | 207.55º | 0.96% | 0.68% | - |
| HSV(B) | 207.55º | 0.63% | 0.99% | - |
| XYZ | 38.2 | 41.6 | 98.11 | - |
| YUV | 161.61 | 179.01 | 79.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 179 | 252 | 0.63 | 0.29 | 0 | 0.01 | 207.55 | 0.96 | 0.68 |
| Hex | 5D | B3 | FC | 3F | 1D | 0 | 1 | D0 | 60 | 44 |
| Octal | 135 | 263 | 374 | 77 | 35 | 0 | 1 | 320 | 140 | 104 |
| Binary | 1011101 | 10110011 | 11111100 | 111111 | 11101 | 0 | 1 | 11010000 | 1100000 | 1000100 |
Color Harmonies of #5DB3FC
Complementary color
Monochromatic Colors of #5DB3FC
Black with #5DB3FC
Text Example
Text Example
White with #5DB3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB3FC; }
p { color: rgb(93,179,252); }
H1.HeaderClassName
{
color: #5DB3FC;
}
.AnyTagClassName
{
color: #5DB3FC;
}
</style>
background-color css
<style>
a { background-color: #5DB3FC; }
a { background-color: rgb(93,179,252); }
div.DivClassName
{
background-color: #5DB3FC;
}
.BgClassName
{
background-color: #5DB3FC;
}
</style>
border-color css
<style>
span { border-color: #5DB3FC; }
span { border-color: rgb(93,179,252); }
td.TdClassName
{
border-color: #5DB3FC;
}
.TagClassName
{
border-color: #5DB3FC;
}
</style>