Shades of Maya Blue #55BAFC
Tints of Maya Blue #55BAFC
RGB
CMYK
RGB Variations
Color information
#55BAFC (or 0x55BAFC) is known color: Maya Blue. HEX triplet: 55, BA and FC. RGB value is (85,186,252). Sum of RGB (Red+Green+Blue) = 85+186+252=523 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.25% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 252 (98.83% from 255 or 48.18% from 523); Max value from RGB is 252 - color contains mainly: blue. Hex color #55BAFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55BAFC is #AA4503. Grayscale: #A2A2A2. Windows color (decimal): -11158788 or 16562773. OLE color: 16562773.
HSL color Cylindrical-coordinate representation of color #55BAFC: hue angle of 203.71º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55BAFC is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 186 | 252 | - |
| CMYK | 0.66 | 0.26 | 0 | 0.01 |
| HSL | 203.71º | 0.97% | 0.66% | - |
| HSV(B) | 203.71º | 0.66% | 0.99% | - |
| XYZ | 38.88 | 44.08 | 98.55 | - |
| YUV | 163.33 | 178.04 | 72.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 186 | 252 | 0.66 | 0.26 | 0 | 0.01 | 203.71 | 0.97 | 0.66 |
| Hex | 55 | BA | FC | 42 | 1A | 0 | 1 | CC | 61 | 42 |
| Octal | 125 | 272 | 374 | 102 | 32 | 0 | 1 | 314 | 141 | 102 |
| Binary | 1010101 | 10111010 | 11111100 | 1000010 | 11010 | 0 | 1 | 11001100 | 1100001 | 1000010 |
Color Harmonies of #55BAFC
Complementary color
Monochromatic Colors of #55BAFC
Black with #55BAFC
Text Example
Text Example
White with #55BAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BAFC; }
p { color: rgb(85,186,252); }
H1.HeaderClassName
{
color: #55BAFC;
}
.AnyTagClassName
{
color: #55BAFC;
}
</style>
background-color css
<style>
a { background-color: #55BAFC; }
a { background-color: rgb(85,186,252); }
div.DivClassName
{
background-color: #55BAFC;
}
.BgClassName
{
background-color: #55BAFC;
}
</style>
border-color css
<style>
span { border-color: #55BAFC; }
span { border-color: rgb(85,186,252); }
td.TdClassName
{
border-color: #55BAFC;
}
.TagClassName
{
border-color: #55BAFC;
}
</style>