Shades of Maya Blue #5DB5FC
Tints of Maya Blue #5DB5FC
RGB
CMYK
RGB Variations
Color information
#5DB5FC (or 0x5DB5FC) is known color: Maya Blue. HEX triplet: 5D, B5 and FC. RGB value is (93,181,252). Sum of RGB (Red+Green+Blue) = 93+181+252=526 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.68% from 526); Green value is 181 (71.09% from 255 or 34.41% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #5DB5FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DB5FC is #A24A03. Grayscale: #A2A2A2. Windows color (decimal): -10635780 or 16561501. OLE color: 16561501.
HSL color Cylindrical-coordinate representation of color #5DB5FC: hue angle of 206.79º 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 #5DB5FC is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 181 | 252 | - |
| CMYK | 0.63 | 0.28 | 0 | 0.01 |
| HSL | 206.79º | 0.96% | 0.68% | - |
| HSV(B) | 206.79º | 0.63% | 0.99% | - |
| XYZ | 38.61 | 42.4 | 98.25 | - |
| YUV | 162.78 | 178.35 | 78.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 181 | 252 | 0.63 | 0.28 | 0 | 0.01 | 206.79 | 0.96 | 0.68 |
| Hex | 5D | B5 | FC | 3F | 1C | 0 | 1 | CF | 60 | 44 |
| Octal | 135 | 265 | 374 | 77 | 34 | 0 | 1 | 317 | 140 | 104 |
| Binary | 1011101 | 10110101 | 11111100 | 111111 | 11100 | 0 | 1 | 11001111 | 1100000 | 1000100 |
Color Harmonies of #5DB5FC
Complementary color
Monochromatic Colors of #5DB5FC
Black with #5DB5FC
Text Example
Text Example
White with #5DB5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB5FC; }
p { color: rgb(93,181,252); }
H1.HeaderClassName
{
color: #5DB5FC;
}
.AnyTagClassName
{
color: #5DB5FC;
}
</style>
background-color css
<style>
a { background-color: #5DB5FC; }
a { background-color: rgb(93,181,252); }
div.DivClassName
{
background-color: #5DB5FC;
}
.BgClassName
{
background-color: #5DB5FC;
}
</style>
border-color css
<style>
span { border-color: #5DB5FC; }
span { border-color: rgb(93,181,252); }
td.TdClassName
{
border-color: #5DB5FC;
}
.TagClassName
{
border-color: #5DB5FC;
}
</style>