Shades of Maya Blue #55B5FF
Tints of Maya Blue #55B5FF
RGB
CMYK
RGB Variations
Color information
#55B5FF (or 0x55B5FF) is known color: Maya Blue. HEX triplet: 55, B5 and FF. RGB value is (85,181,255). Sum of RGB (Red+Green+Blue) = 85+181+255=521 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.31% from 521); Green value is 181 (71.09% from 255 or 34.74% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #55B5FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55B5FF is #AA4A00. Grayscale: #A0A0A0. Windows color (decimal): -11160065 or 16758101. OLE color: 16758101.
HSL color Cylindrical-coordinate representation of color #55B5FF: hue angle of 206.12º 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 #55B5FF is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 181 | 255 | - |
| CMYK | 0.67 | 0.29 | 0 | 0 |
| HSL | 206.12º | 1% | 0.67% | - |
| HSV(B) | 206.12º | 0.67% | 1% | - |
| XYZ | 38.32 | 42.2 | 100.73 | - |
| YUV | 160.73 | 181.2 | 73.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 181 | 255 | 0.67 | 0.29 | 0 | 0 | 206.12 | 1 | 0.67 |
| Hex | 55 | B5 | FF | 43 | 1D | 0 | 0 | CE | 64 | 43 |
| Octal | 125 | 265 | 377 | 103 | 35 | 0 | 0 | 316 | 144 | 103 |
| Binary | 1010101 | 10110101 | 11111111 | 1000011 | 11101 | 0 | 0 | 11001110 | 1100100 | 1000011 |
Color Harmonies of #55B5FF
Complementary color
Monochromatic Colors of #55B5FF
Black with #55B5FF
Text Example
Text Example
White with #55B5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B5FF; }
p { color: rgb(85,181,255); }
H1.HeaderClassName
{
color: #55B5FF;
}
.AnyTagClassName
{
color: #55B5FF;
}
</style>
background-color css
<style>
a { background-color: #55B5FF; }
a { background-color: rgb(85,181,255); }
div.DivClassName
{
background-color: #55B5FF;
}
.BgClassName
{
background-color: #55B5FF;
}
</style>
border-color css
<style>
span { border-color: #55B5FF; }
span { border-color: rgb(85,181,255); }
td.TdClassName
{
border-color: #55B5FF;
}
.TagClassName
{
border-color: #55B5FF;
}
</style>