Shades of Maya Blue #55BBFE
Tints of Maya Blue #55BBFE
RGB
CMYK
RGB Variations
Color information
#55BBFE (or 0x55BBFE) is known color: Maya Blue. HEX triplet: 55, BB and FE. RGB value is (85,187,254). Sum of RGB (Red+Green+Blue) = 85+187+254=526 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.16% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #55BBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55BBFE is #AA4401. Grayscale: #A3A3A3. Windows color (decimal): -11158530 or 16694101. OLE color: 16694101.
HSL color Cylindrical-coordinate representation of color #55BBFE: hue angle of 203.79º 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 #55BBFE is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 187 | 254 | - |
| CMYK | 0.67 | 0.26 | 0 | 0.00 |
| HSL | 203.79º | 0.99% | 0.66% | - |
| HSV(B) | 203.79º | 0.67% | 1% | - |
| XYZ | 39.41 | 44.63 | 100.3 | - |
| YUV | 164.14 | 178.71 | 71.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 187 | 254 | 0.67 | 0.26 | 0 | 0.00 | 203.79 | 0.99 | 0.66 |
| Hex | 55 | BB | FE | 43 | 1A | 0 | 0 | CC | 63 | 42 |
| Octal | 125 | 273 | 376 | 103 | 32 | 0 | 0 | 314 | 143 | 102 |
| Binary | 1010101 | 10111011 | 11111110 | 1000011 | 11010 | 0 | 0 | 11001100 | 1100011 | 1000010 |
Color Harmonies of #55BBFE
Complementary color
Monochromatic Colors of #55BBFE
Black with #55BBFE
Text Example
Text Example
White with #55BBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BBFE; }
p { color: rgb(85,187,254); }
H1.HeaderClassName
{
color: #55BBFE;
}
.AnyTagClassName
{
color: #55BBFE;
}
</style>
background-color css
<style>
a { background-color: #55BBFE; }
a { background-color: rgb(85,187,254); }
div.DivClassName
{
background-color: #55BBFE;
}
.BgClassName
{
background-color: #55BBFE;
}
</style>
border-color css
<style>
span { border-color: #55BBFE; }
span { border-color: rgb(85,187,254); }
td.TdClassName
{
border-color: #55BBFE;
}
.TagClassName
{
border-color: #55BBFE;
}
</style>