Shades of Maya Blue #55BDFF
Tints of Maya Blue #55BDFF
RGB
CMYK
RGB Variations
Color information
#55BDFF (or 0x55BDFF) is known color: Maya Blue. HEX triplet: 55, BD and FF. RGB value is (85,189,255). Sum of RGB (Red+Green+Blue) = 85+189+255=529 (70% of max value = 765). Red value is 85 (33.59% from 255 or 16.07% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #55BDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55BDFF is #AA4200. Grayscale: #A5A5A5. Windows color (decimal): -11158017 or 16760149. OLE color: 16760149.
HSL color Cylindrical-coordinate representation of color #55BDFF: hue angle of 203.29º 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 #55BDFF is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 189 | 255 | - |
| CMYK | 0.67 | 0.26 | 0 | 0 |
| HSL | 203.29º | 1% | 0.67% | - |
| HSV(B) | 203.29º | 0.67% | 1% | - |
| XYZ | 39.99 | 45.55 | 101.29 | - |
| YUV | 165.43 | 178.54 | 70.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 189 | 255 | 0.67 | 0.26 | 0 | 0 | 203.29 | 1 | 0.67 |
| Hex | 55 | BD | FF | 43 | 1A | 0 | 0 | CB | 64 | 43 |
| Octal | 125 | 275 | 377 | 103 | 32 | 0 | 0 | 313 | 144 | 103 |
| Binary | 1010101 | 10111101 | 11111111 | 1000011 | 11010 | 0 | 0 | 11001011 | 1100100 | 1000011 |
Color Harmonies of #55BDFF
Complementary color
Monochromatic Colors of #55BDFF
Black with #55BDFF
Text Example
Text Example
White with #55BDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BDFF; }
p { color: rgb(85,189,255); }
H1.HeaderClassName
{
color: #55BDFF;
}
.AnyTagClassName
{
color: #55BDFF;
}
</style>
background-color css
<style>
a { background-color: #55BDFF; }
a { background-color: rgb(85,189,255); }
div.DivClassName
{
background-color: #55BDFF;
}
.BgClassName
{
background-color: #55BDFF;
}
</style>
border-color css
<style>
span { border-color: #55BDFF; }
span { border-color: rgb(85,189,255); }
td.TdClassName
{
border-color: #55BDFF;
}
.TagClassName
{
border-color: #55BDFF;
}
</style>