Shades of Maya Blue #5DBBFF
Tints of Maya Blue #5DBBFF
RGB
CMYK
RGB Variations
Color information
#5DBBFF (or 0x5DBBFF) is known color: Maya Blue. HEX triplet: 5D, BB and FF. RGB value is (93,187,255). Sum of RGB (Red+Green+Blue) = 93+187+255=535 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.38% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #5DBBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DBBFF is #A24400. Grayscale: #A6A6A6. Windows color (decimal): -10634241 or 16759645. OLE color: 16759645.
HSL color Cylindrical-coordinate representation of color #5DBBFF: hue angle of 205.19º 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 #5DBBFF is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 93 | 187 | 255 | - |
| CMYK | 0.64 | 0.27 | 0 | 0 |
| HSL | 205.19º | 1% | 0.68% | - |
| HSV(B) | 205.19º | 0.64% | 1% | - |
| XYZ | 40.33 | 45.09 | 101.18 | - |
| YUV | 166.65 | 177.86 | 75.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 187 | 255 | 0.64 | 0.27 | 0 | 0 | 205.19 | 1 | 0.68 |
| Hex | 5D | BB | FF | 40 | 1B | 0 | 0 | CD | 64 | 44 |
| Octal | 135 | 273 | 377 | 100 | 33 | 0 | 0 | 315 | 144 | 104 |
| Binary | 1011101 | 10111011 | 11111111 | 1000000 | 11011 | 0 | 0 | 11001101 | 1100100 | 1000100 |
Color Harmonies of #5DBBFF
Complementary color
Monochromatic Colors of #5DBBFF
Black with #5DBBFF
Text Example
Text Example
White with #5DBBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBBFF; }
p { color: rgb(93,187,255); }
H1.HeaderClassName
{
color: #5DBBFF;
}
.AnyTagClassName
{
color: #5DBBFF;
}
</style>
background-color css
<style>
a { background-color: #5DBBFF; }
a { background-color: rgb(93,187,255); }
div.DivClassName
{
background-color: #5DBBFF;
}
.BgClassName
{
background-color: #5DBBFF;
}
</style>
border-color css
<style>
span { border-color: #5DBBFF; }
span { border-color: rgb(93,187,255); }
td.TdClassName
{
border-color: #5DBBFF;
}
.TagClassName
{
border-color: #5DBBFF;
}
</style>