Shades of Maya Blue #55B7FF
Tints of Maya Blue #55B7FF
RGB
CMYK
RGB Variations
Color information
#55B7FF (or 0x55B7FF) is known color: Maya Blue. HEX triplet: 55, B7 and FF. RGB value is (85,183,255). Sum of RGB (Red+Green+Blue) = 85+183+255=523 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.25% from 523); Green value is 183 (71.88% from 255 or 34.99% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #55B7FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55B7FF is #AA4800. Grayscale: #A1A1A1. Windows color (decimal): -11159553 or 16758613. OLE color: 16758613.
HSL color Cylindrical-coordinate representation of color #55B7FF: hue angle of 205.41º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55B7FF is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 183 | 255 | - |
| CMYK | 0.67 | 0.28 | 0 | 0 |
| HSL | 205.41º | 1% | 0.67% | - |
| HSV(B) | 205.41º | 0.67% | 1% | - |
| XYZ | 38.73 | 43.02 | 100.87 | - |
| YUV | 161.91 | 180.53 | 73.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 183 | 255 | 0.67 | 0.28 | 0 | 0 | 205.41 | 1 | 0.67 |
| Hex | 55 | B7 | FF | 43 | 1C | 0 | 0 | CD | 64 | 43 |
| Octal | 125 | 267 | 377 | 103 | 34 | 0 | 0 | 315 | 144 | 103 |
| Binary | 1010101 | 10110111 | 11111111 | 1000011 | 11100 | 0 | 0 | 11001101 | 1100100 | 1000011 |
Color Harmonies of #55B7FF
Complementary color
Monochromatic Colors of #55B7FF
Black with #55B7FF
Text Example
Text Example
White with #55B7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B7FF; }
p { color: rgb(85,183,255); }
H1.HeaderClassName
{
color: #55B7FF;
}
.AnyTagClassName
{
color: #55B7FF;
}
</style>
background-color css
<style>
a { background-color: #55B7FF; }
a { background-color: rgb(85,183,255); }
div.DivClassName
{
background-color: #55B7FF;
}
.BgClassName
{
background-color: #55B7FF;
}
</style>
border-color css
<style>
span { border-color: #55B7FF; }
span { border-color: rgb(85,183,255); }
td.TdClassName
{
border-color: #55B7FF;
}
.TagClassName
{
border-color: #55B7FF;
}
</style>