Shades of Maya Blue #55B0FF
Tints of Maya Blue #55B0FF
RGB
CMYK
RGB Variations
Color information
#55B0FF (or 0x55B0FF) is known color: Maya Blue. HEX triplet: 55, B0 and FF. RGB value is (85,176,255). Sum of RGB (Red+Green+Blue) = 85+176+255=516 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.47% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #55B0FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55B0FF is #AA4F00. Grayscale: #9D9D9D. Windows color (decimal): -11161345 or 16756821. OLE color: 16756821.
HSL color Cylindrical-coordinate representation of color #55B0FF: hue angle of 207.88º 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 #55B0FF is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 176 | 255 | - |
| CMYK | 0.67 | 0.31 | 0 | 0 |
| HSL | 207.88º | 1% | 0.67% | - |
| HSV(B) | 207.88º | 0.67% | 1% | - |
| XYZ | 37.32 | 40.2 | 100.4 | - |
| YUV | 157.8 | 182.85 | 76.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 176 | 255 | 0.67 | 0.31 | 0 | 0 | 207.88 | 1 | 0.67 |
| Hex | 55 | B0 | FF | 43 | 1F | 0 | 0 | D0 | 64 | 43 |
| Octal | 125 | 260 | 377 | 103 | 37 | 0 | 0 | 320 | 144 | 103 |
| Binary | 1010101 | 10110000 | 11111111 | 1000011 | 11111 | 0 | 0 | 11010000 | 1100100 | 1000011 |
Color Harmonies of #55B0FF
Complementary color
Monochromatic Colors of #55B0FF
Black with #55B0FF
Text Example
Text Example
White with #55B0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B0FF; }
p { color: rgb(85,176,255); }
H1.HeaderClassName
{
color: #55B0FF;
}
.AnyTagClassName
{
color: #55B0FF;
}
</style>
background-color css
<style>
a { background-color: #55B0FF; }
a { background-color: rgb(85,176,255); }
div.DivClassName
{
background-color: #55B0FF;
}
.BgClassName
{
background-color: #55B0FF;
}
</style>
border-color css
<style>
span { border-color: #55B0FF; }
span { border-color: rgb(85,176,255); }
td.TdClassName
{
border-color: #55B0FF;
}
.TagClassName
{
border-color: #55B0FF;
}
</style>