Shades of Maya Blue #54B2FF
Tints of Maya Blue #54B2FF
RGB
CMYK
RGB Variations
Color information
#54B2FF (or 0x54B2FF) is known color: Maya Blue. HEX triplet: 54, B2 and FF. RGB value is (84,178,255). Sum of RGB (Red+Green+Blue) = 84+178+255=517 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.25% from 517); Green value is 178 (69.92% from 255 or 34.43% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #54B2FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54B2FF is #AB4D00. Grayscale: #9E9E9E. Windows color (decimal): -11226369 or 16757332. OLE color: 16757332.
HSL color Cylindrical-coordinate representation of color #54B2FF: hue angle of 207.02º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54B2FF is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 178 | 255 | - |
| CMYK | 0.67 | 0.30 | 0 | 0 |
| HSL | 207.02º | 1% | 0.66% | - |
| HSV(B) | 207.02º | 0.67% | 1% | - |
| XYZ | 37.63 | 40.95 | 100.53 | - |
| YUV | 158.67 | 182.36 | 74.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 178 | 255 | 0.67 | 0.30 | 0 | 0 | 207.02 | 1 | 0.66 |
| Hex | 54 | B2 | FF | 43 | 1E | 0 | 0 | CF | 64 | 42 |
| Octal | 124 | 262 | 377 | 103 | 36 | 0 | 0 | 317 | 144 | 102 |
| Binary | 1010100 | 10110010 | 11111111 | 1000011 | 11110 | 0 | 0 | 11001111 | 1100100 | 1000010 |
Color Harmonies of #54B2FF
Complementary color
Monochromatic Colors of #54B2FF
Black with #54B2FF
Text Example
Text Example
White with #54B2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B2FF; }
p { color: rgb(84,178,255); }
H1.HeaderClassName
{
color: #54B2FF;
}
.AnyTagClassName
{
color: #54B2FF;
}
</style>
background-color css
<style>
a { background-color: #54B2FF; }
a { background-color: rgb(84,178,255); }
div.DivClassName
{
background-color: #54B2FF;
}
.BgClassName
{
background-color: #54B2FF;
}
</style>
border-color css
<style>
span { border-color: #54B2FF; }
span { border-color: rgb(84,178,255); }
td.TdClassName
{
border-color: #54B2FF;
}
.TagClassName
{
border-color: #54B2FF;
}
</style>