Shades of Maya Blue #5DBFFB
Tints of Maya Blue #5DBFFB
RGB
CMYK
RGB Variations
Color information
#5DBFFB (or 0x5DBFFB) is known color: Maya Blue. HEX triplet: 5D, BF and FB. RGB value is (93,191,251). Sum of RGB (Red+Green+Blue) = 93+191+251=535 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.38% from 535); Green value is 191 (75% from 255 or 35.70% from 535); Blue value is 251 (98.44% from 255 or 46.92% from 535); Max value from RGB is 251 - color contains mainly: blue. Hex color #5DBFFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DBFFB is #A24004. Grayscale: #A8A8A8. Windows color (decimal): -10633221 or 16498525. OLE color: 16498525.
HSL color Cylindrical-coordinate representation of color #5DBFFB: hue angle of 202.78º 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 #5DBFFB is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 93 | 191 | 251 | - |
| CMYK | 0.63 | 0.24 | 0 | 0.02 |
| HSL | 202.78º | 0.95% | 0.67% | - |
| HSV(B) | 202.78º | 0.63% | 0.98% | - |
| XYZ | 40.56 | 46.55 | 98.11 | - |
| YUV | 168.54 | 174.53 | 74.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 191 | 251 | 0.63 | 0.24 | 0 | 0.02 | 202.78 | 0.95 | 0.67 |
| Hex | 5D | BF | FB | 3F | 18 | 0 | 2 | CB | 5F | 43 |
| Octal | 135 | 277 | 373 | 77 | 30 | 0 | 2 | 313 | 137 | 103 |
| Binary | 1011101 | 10111111 | 11111011 | 111111 | 11000 | 0 | 10 | 11001011 | 1011111 | 1000011 |
Color Harmonies of #5DBFFB
Complementary color
Monochromatic Colors of #5DBFFB
Black with #5DBFFB
Text Example
Text Example
White with #5DBFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBFFB; }
p { color: rgb(93,191,251); }
H1.HeaderClassName
{
color: #5DBFFB;
}
.AnyTagClassName
{
color: #5DBFFB;
}
</style>
background-color css
<style>
a { background-color: #5DBFFB; }
a { background-color: rgb(93,191,251); }
div.DivClassName
{
background-color: #5DBFFB;
}
.BgClassName
{
background-color: #5DBFFB;
}
</style>
border-color css
<style>
span { border-color: #5DBFFB; }
span { border-color: rgb(93,191,251); }
td.TdClassName
{
border-color: #5DBFFB;
}
.TagClassName
{
border-color: #5DBFFB;
}
</style>