Shades of Maya Blue #54BBFB
Tints of Maya Blue #54BBFB
RGB
CMYK
RGB Variations
Color information
#54BBFB (or 0x54BBFB) is known color: Maya Blue. HEX triplet: 54, BB and FB. RGB value is (84,187,251). Sum of RGB (Red+Green+Blue) = 84+187+251=522 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.09% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 251 (98.44% from 255 or 48.08% from 522); Max value from RGB is 251 - color contains mainly: blue. Hex color #54BBFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BBFB is #AB4404. Grayscale: #A3A3A3. Windows color (decimal): -11224069 or 16497492. OLE color: 16497492.
HSL color Cylindrical-coordinate representation of color #54BBFB: hue angle of 202.99º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54BBFB is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 187 | 251 | - |
| CMYK | 0.67 | 0.25 | 0 | 0.02 |
| HSL | 202.99º | 0.95% | 0.66% | - |
| HSV(B) | 202.99º | 0.67% | 0.98% | - |
| XYZ | 38.84 | 44.39 | 97.79 | - |
| YUV | 163.5 | 177.38 | 71.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 187 | 251 | 0.67 | 0.25 | 0 | 0.02 | 202.99 | 0.95 | 0.66 |
| Hex | 54 | BB | FB | 43 | 19 | 0 | 2 | CB | 5F | 42 |
| Octal | 124 | 273 | 373 | 103 | 31 | 0 | 2 | 313 | 137 | 102 |
| Binary | 1010100 | 10111011 | 11111011 | 1000011 | 11001 | 0 | 10 | 11001011 | 1011111 | 1000010 |
Color Harmonies of #54BBFB
Complementary color
Monochromatic Colors of #54BBFB
Black with #54BBFB
Text Example
Text Example
White with #54BBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BBFB; }
p { color: rgb(84,187,251); }
H1.HeaderClassName
{
color: #54BBFB;
}
.AnyTagClassName
{
color: #54BBFB;
}
</style>
background-color css
<style>
a { background-color: #54BBFB; }
a { background-color: rgb(84,187,251); }
div.DivClassName
{
background-color: #54BBFB;
}
.BgClassName
{
background-color: #54BBFB;
}
</style>
border-color css
<style>
span { border-color: #54BBFB; }
span { border-color: rgb(84,187,251); }
td.TdClassName
{
border-color: #54BBFB;
}
.TagClassName
{
border-color: #54BBFB;
}
</style>