Shades of Maya Blue #54B3FE
Tints of Maya Blue #54B3FE
RGB
CMYK
RGB Variations
Color information
#54B3FE (or 0x54B3FE) is known color: Maya Blue. HEX triplet: 54, B3 and FE. RGB value is (84,179,254). Sum of RGB (Red+Green+Blue) = 84+179+254=517 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.25% from 517); Green value is 179 (70.31% from 255 or 34.62% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #54B3FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54B3FE is #AB4C01. Grayscale: #9E9E9E. Windows color (decimal): -11226114 or 16692052. OLE color: 16692052.
HSL color Cylindrical-coordinate representation of color #54B3FE: hue angle of 206.47º 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 #54B3FE is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 84 | 179 | 254 | - |
| CMYK | 0.67 | 0.30 | 0 | 0.00 |
| HSL | 206.47º | 0.99% | 0.66% | - |
| HSV(B) | 206.47º | 0.67% | 1% | - |
| XYZ | 37.67 | 41.28 | 99.75 | - |
| YUV | 159.15 | 181.53 | 74.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 179 | 254 | 0.67 | 0.30 | 0 | 0.00 | 206.47 | 0.99 | 0.66 |
| Hex | 54 | B3 | FE | 43 | 1E | 0 | 0 | CE | 63 | 42 |
| Octal | 124 | 263 | 376 | 103 | 36 | 0 | 0 | 316 | 143 | 102 |
| Binary | 1010100 | 10110011 | 11111110 | 1000011 | 11110 | 0 | 0 | 11001110 | 1100011 | 1000010 |
Color Harmonies of #54B3FE
Complementary color
Monochromatic Colors of #54B3FE
Black with #54B3FE
Text Example
Text Example
White with #54B3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B3FE; }
p { color: rgb(84,179,254); }
H1.HeaderClassName
{
color: #54B3FE;
}
.AnyTagClassName
{
color: #54B3FE;
}
</style>
background-color css
<style>
a { background-color: #54B3FE; }
a { background-color: rgb(84,179,254); }
div.DivClassName
{
background-color: #54B3FE;
}
.BgClassName
{
background-color: #54B3FE;
}
</style>
border-color css
<style>
span { border-color: #54B3FE; }
span { border-color: rgb(84,179,254); }
td.TdClassName
{
border-color: #54B3FE;
}
.TagClassName
{
border-color: #54B3FE;
}
</style>