Shades of Maya Blue #54CAF9
Tints of Maya Blue #54CAF9
RGB
CMYK
RGB Variations
Color information
#54CAF9 (or 0x54CAF9) is known color: Maya Blue. HEX triplet: 54, CA and F9. RGB value is (84,202,249). Sum of RGB (Red+Green+Blue) = 84+202+249=535 (70% of max value = 765). Red value is 84 (33.20% from 255 or 15.70% from 535); Green value is 202 (79.30% from 255 or 37.76% from 535); Blue value is 249 (97.66% from 255 or 46.54% from 535); Max value from RGB is 249 - color contains mainly: blue. Hex color #54CAF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54CAF9 is #AB3506. Grayscale: #ABABAB. Windows color (decimal): -11220231 or 16370260. OLE color: 16370260.
HSL color Cylindrical-coordinate representation of color #54CAF9: hue angle of 197.09º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54CAF9 is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 202 | 249 | - |
| CMYK | 0.66 | 0.19 | 0 | 0.02 |
| HSL | 197.09º | 0.93% | 0.65% | - |
| HSV(B) | 197.09º | 0.66% | 0.98% | - |
| XYZ | 41.88 | 50.97 | 97.25 | - |
| YUV | 172.08 | 171.41 | 65.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 202 | 249 | 0.66 | 0.19 | 0 | 0.02 | 197.09 | 0.93 | 0.65 |
| Hex | 54 | CA | F9 | 42 | 13 | 0 | 2 | C5 | 5D | 41 |
| Octal | 124 | 312 | 371 | 102 | 23 | 0 | 2 | 305 | 135 | 101 |
| Binary | 1010100 | 11001010 | 11111001 | 1000010 | 10011 | 0 | 10 | 11000101 | 1011101 | 1000001 |
Color Harmonies of #54CAF9
Complementary color
Monochromatic Colors of #54CAF9
Black with #54CAF9
Text Example
Text Example
White with #54CAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CAF9; }
p { color: rgb(84,202,249); }
H1.HeaderClassName
{
color: #54CAF9;
}
.AnyTagClassName
{
color: #54CAF9;
}
</style>
background-color css
<style>
a { background-color: #54CAF9; }
a { background-color: rgb(84,202,249); }
div.DivClassName
{
background-color: #54CAF9;
}
.BgClassName
{
background-color: #54CAF9;
}
</style>
border-color css
<style>
span { border-color: #54CAF9; }
span { border-color: rgb(84,202,249); }
td.TdClassName
{
border-color: #54CAF9;
}
.TagClassName
{
border-color: #54CAF9;
}
</style>