Shades of Maya Blue #55BCFE
Tints of Maya Blue #55BCFE
RGB
CMYK
RGB Variations
Color information
#55BCFE (or 0x55BCFE) is known color: Maya Blue. HEX triplet: 55, BC and FE. RGB value is (85,188,254). Sum of RGB (Red+Green+Blue) = 85+188+254=527 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.13% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #55BCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55BCFE is #AA4301. Grayscale: #A4A4A4. Windows color (decimal): -11158274 or 16694357. OLE color: 16694357.
HSL color Cylindrical-coordinate representation of color #55BCFE: hue angle of 203.43º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55BCFE is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 188 | 254 | - |
| CMYK | 0.67 | 0.26 | 0 | 0.00 |
| HSL | 203.43º | 0.99% | 0.66% | - |
| HSV(B) | 203.43º | 0.67% | 1% | - |
| XYZ | 39.62 | 45.05 | 100.37 | - |
| YUV | 164.73 | 178.38 | 71.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 188 | 254 | 0.67 | 0.26 | 0 | 0.00 | 203.43 | 0.99 | 0.66 |
| Hex | 55 | BC | FE | 43 | 1A | 0 | 0 | CB | 63 | 42 |
| Octal | 125 | 274 | 376 | 103 | 32 | 0 | 0 | 313 | 143 | 102 |
| Binary | 1010101 | 10111100 | 11111110 | 1000011 | 11010 | 0 | 0 | 11001011 | 1100011 | 1000010 |
Color Harmonies of #55BCFE
Complementary color
Monochromatic Colors of #55BCFE
Black with #55BCFE
Text Example
Text Example
White with #55BCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BCFE; }
p { color: rgb(85,188,254); }
H1.HeaderClassName
{
color: #55BCFE;
}
.AnyTagClassName
{
color: #55BCFE;
}
</style>
background-color css
<style>
a { background-color: #55BCFE; }
a { background-color: rgb(85,188,254); }
div.DivClassName
{
background-color: #55BCFE;
}
.BgClassName
{
background-color: #55BCFE;
}
</style>
border-color css
<style>
span { border-color: #55BCFE; }
span { border-color: rgb(85,188,254); }
td.TdClassName
{
border-color: #55BCFE;
}
.TagClassName
{
border-color: #55BCFE;
}
</style>