Shades of Maya Blue #5DBBFB
Tints of Maya Blue #5DBBFB
RGB
CMYK
RGB Variations
Color information
#5DBBFB (or 0x5DBBFB) is known color: Maya Blue. HEX triplet: 5D, BB and FB. RGB value is (93,187,251). Sum of RGB (Red+Green+Blue) = 93+187+251=531 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.51% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 251 (98.44% from 255 or 47.27% from 531); Max value from RGB is 251 - color contains mainly: blue. Hex color #5DBBFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DBBFB is #A24404. Grayscale: #A5A5A5. Windows color (decimal): -10634245 or 16497501. OLE color: 16497501.
HSL color Cylindrical-coordinate representation of color #5DBBFB: hue angle of 204.3º 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 #5DBBFB is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 187 | 251 | - |
| CMYK | 0.63 | 0.25 | 0 | 0.02 |
| HSL | 204.3º | 0.95% | 0.67% | - |
| HSV(B) | 204.3º | 0.63% | 0.98% | - |
| XYZ | 39.7 | 44.83 | 97.83 | - |
| YUV | 166.19 | 175.86 | 75.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 187 | 251 | 0.63 | 0.25 | 0 | 0.02 | 204.3 | 0.95 | 0.67 |
| Hex | 5D | BB | FB | 3F | 19 | 0 | 2 | CC | 5F | 43 |
| Octal | 135 | 273 | 373 | 77 | 31 | 0 | 2 | 314 | 137 | 103 |
| Binary | 1011101 | 10111011 | 11111011 | 111111 | 11001 | 0 | 10 | 11001100 | 1011111 | 1000011 |
Color Harmonies of #5DBBFB
Complementary color
Monochromatic Colors of #5DBBFB
Black with #5DBBFB
Text Example
Text Example
White with #5DBBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBBFB; }
p { color: rgb(93,187,251); }
H1.HeaderClassName
{
color: #5DBBFB;
}
.AnyTagClassName
{
color: #5DBBFB;
}
</style>
background-color css
<style>
a { background-color: #5DBBFB; }
a { background-color: rgb(93,187,251); }
div.DivClassName
{
background-color: #5DBBFB;
}
.BgClassName
{
background-color: #5DBBFB;
}
</style>
border-color css
<style>
span { border-color: #5DBBFB; }
span { border-color: rgb(93,187,251); }
td.TdClassName
{
border-color: #5DBBFB;
}
.TagClassName
{
border-color: #5DBBFB;
}
</style>