Shades of Maya Blue #55B2FF
Tints of Maya Blue #55B2FF
RGB
CMYK
RGB Variations
Color information
#55B2FF (or 0x55B2FF) is known color: Maya Blue. HEX triplet: 55, B2 and FF. RGB value is (85,178,255). Sum of RGB (Red+Green+Blue) = 85+178+255=518 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.41% from 518); Green value is 178 (69.92% from 255 or 34.36% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #55B2FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55B2FF is #AA4D00. Grayscale: #9E9E9E. Windows color (decimal): -11160833 or 16757333. OLE color: 16757333.
HSL color Cylindrical-coordinate representation of color #55B2FF: hue angle of 207.18º 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 #55B2FF is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 178 | 255 | - |
| CMYK | 0.67 | 0.30 | 0 | 0 |
| HSL | 207.18º | 1% | 0.67% | - |
| HSV(B) | 207.18º | 0.67% | 1% | - |
| XYZ | 37.72 | 40.99 | 100.53 | - |
| YUV | 158.97 | 182.19 | 75.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 178 | 255 | 0.67 | 0.30 | 0 | 0 | 207.18 | 1 | 0.67 |
| Hex | 55 | B2 | FF | 43 | 1E | 0 | 0 | CF | 64 | 43 |
| Octal | 125 | 262 | 377 | 103 | 36 | 0 | 0 | 317 | 144 | 103 |
| Binary | 1010101 | 10110010 | 11111111 | 1000011 | 11110 | 0 | 0 | 11001111 | 1100100 | 1000011 |
Color Harmonies of #55B2FF
Complementary color
Monochromatic Colors of #55B2FF
Black with #55B2FF
Text Example
Text Example
White with #55B2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B2FF; }
p { color: rgb(85,178,255); }
H1.HeaderClassName
{
color: #55B2FF;
}
.AnyTagClassName
{
color: #55B2FF;
}
</style>
background-color css
<style>
a { background-color: #55B2FF; }
a { background-color: rgb(85,178,255); }
div.DivClassName
{
background-color: #55B2FF;
}
.BgClassName
{
background-color: #55B2FF;
}
</style>
border-color css
<style>
span { border-color: #55B2FF; }
span { border-color: rgb(85,178,255); }
td.TdClassName
{
border-color: #55B2FF;
}
.TagClassName
{
border-color: #55B2FF;
}
</style>