Shades of Maya Blue #5DBFFE
Tints of Maya Blue #5DBFFE
RGB
CMYK
RGB Variations
Color information
#5DBFFE (or 0x5DBFFE) is known color: Maya Blue. HEX triplet: 5D, BF and FE. RGB value is (93,191,254). Sum of RGB (Red+Green+Blue) = 93+191+254=538 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.29% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #5DBFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DBFFE is #A24001. Grayscale: #A8A8A8. Windows color (decimal): -10633218 or 16695133. OLE color: 16695133.
HSL color Cylindrical-coordinate representation of color #5DBFFE: hue angle of 203.48º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DBFFE is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 93 | 191 | 254 | - |
| CMYK | 0.63 | 0.25 | 0 | 0.00 |
| HSL | 203.48º | 0.99% | 0.68% | - |
| HSV(B) | 203.48º | 0.63% | 1% | - |
| XYZ | 41.03 | 46.74 | 100.63 | - |
| YUV | 168.88 | 176.03 | 73.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 191 | 254 | 0.63 | 0.25 | 0 | 0.00 | 203.48 | 0.99 | 0.68 |
| Hex | 5D | BF | FE | 3F | 19 | 0 | 0 | CB | 63 | 44 |
| Octal | 135 | 277 | 376 | 77 | 31 | 0 | 0 | 313 | 143 | 104 |
| Binary | 1011101 | 10111111 | 11111110 | 111111 | 11001 | 0 | 0 | 11001011 | 1100011 | 1000100 |
Color Harmonies of #5DBFFE
Complementary color
Monochromatic Colors of #5DBFFE
Black with #5DBFFE
Text Example
Text Example
White with #5DBFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBFFE; }
p { color: rgb(93,191,254); }
H1.HeaderClassName
{
color: #5DBFFE;
}
.AnyTagClassName
{
color: #5DBFFE;
}
</style>
background-color css
<style>
a { background-color: #5DBFFE; }
a { background-color: rgb(93,191,254); }
div.DivClassName
{
background-color: #5DBFFE;
}
.BgClassName
{
background-color: #5DBFFE;
}
</style>
border-color css
<style>
span { border-color: #5DBFFE; }
span { border-color: rgb(93,191,254); }
td.TdClassName
{
border-color: #5DBFFE;
}
.TagClassName
{
border-color: #5DBFFE;
}
</style>