Shades of Maya Blue #5DB8FB
Tints of Maya Blue #5DB8FB
RGB
CMYK
RGB Variations
Color information
#5DB8FB (or 0x5DB8FB) is known color: Maya Blue. HEX triplet: 5D, B8 and FB. RGB value is (93,184,251). Sum of RGB (Red+Green+Blue) = 93+184+251=528 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.61% from 528); Green value is 184 (72.27% from 255 or 34.85% from 528); Blue value is 251 (98.44% from 255 or 47.54% from 528); Max value from RGB is 251 - color contains mainly: blue. Hex color #5DB8FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DB8FB is #A24704. Grayscale: #A4A4A4. Windows color (decimal): -10635013 or 16496733. OLE color: 16496733.
HSL color Cylindrical-coordinate representation of color #5DB8FB: hue angle of 205.44º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DB8FB is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 184 | 251 | - |
| CMYK | 0.63 | 0.27 | 0 | 0.02 |
| HSL | 205.44º | 0.95% | 0.67% | - |
| HSV(B) | 205.44º | 0.63% | 0.98% | - |
| XYZ | 39.07 | 43.57 | 97.62 | - |
| YUV | 164.43 | 176.85 | 77.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 184 | 251 | 0.63 | 0.27 | 0 | 0.02 | 205.44 | 0.95 | 0.67 |
| Hex | 5D | B8 | FB | 3F | 1B | 0 | 2 | CD | 5F | 43 |
| Octal | 135 | 270 | 373 | 77 | 33 | 0 | 2 | 315 | 137 | 103 |
| Binary | 1011101 | 10111000 | 11111011 | 111111 | 11011 | 0 | 10 | 11001101 | 1011111 | 1000011 |
Color Harmonies of #5DB8FB
Complementary color
Monochromatic Colors of #5DB8FB
Black with #5DB8FB
Text Example
Text Example
White with #5DB8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB8FB; }
p { color: rgb(93,184,251); }
H1.HeaderClassName
{
color: #5DB8FB;
}
.AnyTagClassName
{
color: #5DB8FB;
}
</style>
background-color css
<style>
a { background-color: #5DB8FB; }
a { background-color: rgb(93,184,251); }
div.DivClassName
{
background-color: #5DB8FB;
}
.BgClassName
{
background-color: #5DB8FB;
}
</style>
border-color css
<style>
span { border-color: #5DB8FB; }
span { border-color: rgb(93,184,251); }
td.TdClassName
{
border-color: #5DB8FB;
}
.TagClassName
{
border-color: #5DB8FB;
}
</style>