Shades of Maya Blue #5DBFFD
Tints of Maya Blue #5DBFFD
RGB
CMYK
RGB Variations
Color information
#5DBFFD (or 0x5DBFFD) is known color: Maya Blue. HEX triplet: 5D, BF and FD. RGB value is (93,191,253). Sum of RGB (Red+Green+Blue) = 93+191+253=537 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.32% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #5DBFFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DBFFD is #A24002. Grayscale: #A8A8A8. Windows color (decimal): -10633219 or 16629597. OLE color: 16629597.
HSL color Cylindrical-coordinate representation of color #5DBFFD: hue angle of 203.25º degrees, saturation: 0.98, 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 #5DBFFD is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 191 | 253 | - |
| CMYK | 0.63 | 0.25 | 0 | 0.01 |
| HSL | 203.25º | 0.98% | 0.68% | - |
| HSV(B) | 203.25º | 0.63% | 0.99% | - |
| XYZ | 40.87 | 46.68 | 99.78 | - |
| YUV | 168.77 | 175.53 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 191 | 253 | 0.63 | 0.25 | 0 | 0.01 | 203.25 | 0.98 | 0.68 |
| Hex | 5D | BF | FD | 3F | 19 | 0 | 1 | CB | 62 | 44 |
| Octal | 135 | 277 | 375 | 77 | 31 | 0 | 1 | 313 | 142 | 104 |
| Binary | 1011101 | 10111111 | 11111101 | 111111 | 11001 | 0 | 1 | 11001011 | 1100010 | 1000100 |
Color Harmonies of #5DBFFD
Complementary color
Monochromatic Colors of #5DBFFD
Black with #5DBFFD
Text Example
Text Example
White with #5DBFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBFFD; }
p { color: rgb(93,191,253); }
H1.HeaderClassName
{
color: #5DBFFD;
}
.AnyTagClassName
{
color: #5DBFFD;
}
</style>
background-color css
<style>
a { background-color: #5DBFFD; }
a { background-color: rgb(93,191,253); }
div.DivClassName
{
background-color: #5DBFFD;
}
.BgClassName
{
background-color: #5DBFFD;
}
</style>
border-color css
<style>
span { border-color: #5DBFFD; }
span { border-color: rgb(93,191,253); }
td.TdClassName
{
border-color: #5DBFFD;
}
.TagClassName
{
border-color: #5DBFFD;
}
</style>