Shades of Maya Blue #54B5FE
Tints of Maya Blue #54B5FE
RGB
CMYK
RGB Variations
Color information
#54B5FE (or 0x54B5FE) is known color: Maya Blue. HEX triplet: 54, B5 and FE. RGB value is (84,181,254). Sum of RGB (Red+Green+Blue) = 84+181+254=519 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.18% from 519); Green value is 181 (71.09% from 255 or 34.87% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #54B5FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54B5FE is #AB4A01. Grayscale: #9F9F9F. Windows color (decimal): -11225602 or 16692564. OLE color: 16692564.
HSL color Cylindrical-coordinate representation of color #54B5FE: hue angle of 205.76º 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 #54B5FE is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 84 | 181 | 254 | - |
| CMYK | 0.67 | 0.29 | 0 | 0.00 |
| HSL | 205.76º | 0.99% | 0.66% | - |
| HSV(B) | 205.76º | 0.67% | 1% | - |
| XYZ | 38.07 | 42.09 | 99.88 | - |
| YUV | 160.32 | 180.86 | 73.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 181 | 254 | 0.67 | 0.29 | 0 | 0.00 | 205.76 | 0.99 | 0.66 |
| Hex | 54 | B5 | FE | 43 | 1D | 0 | 0 | CE | 63 | 42 |
| Octal | 124 | 265 | 376 | 103 | 35 | 0 | 0 | 316 | 143 | 102 |
| Binary | 1010100 | 10110101 | 11111110 | 1000011 | 11101 | 0 | 0 | 11001110 | 1100011 | 1000010 |
Color Harmonies of #54B5FE
Complementary color
Monochromatic Colors of #54B5FE
Black with #54B5FE
Text Example
Text Example
White with #54B5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B5FE; }
p { color: rgb(84,181,254); }
H1.HeaderClassName
{
color: #54B5FE;
}
.AnyTagClassName
{
color: #54B5FE;
}
</style>
background-color css
<style>
a { background-color: #54B5FE; }
a { background-color: rgb(84,181,254); }
div.DivClassName
{
background-color: #54B5FE;
}
.BgClassName
{
background-color: #54B5FE;
}
</style>
border-color css
<style>
span { border-color: #54B5FE; }
span { border-color: rgb(84,181,254); }
td.TdClassName
{
border-color: #54B5FE;
}
.TagClassName
{
border-color: #54B5FE;
}
</style>