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