Shades of Maya Blue #54BFFC
Tints of Maya Blue #54BFFC
RGB
CMYK
RGB Variations
Color information
#54BFFC (or 0x54BFFC) is known color: Maya Blue. HEX triplet: 54, BF and FC. RGB value is (84,191,252). Sum of RGB (Red+Green+Blue) = 84+191+252=527 (69% of max value = 765). Red value is 84 (33.20% from 255 or 15.94% from 527); Green value is 191 (75% from 255 or 36.24% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #54BFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BFFC is #AB4003. Grayscale: #A5A5A5. Windows color (decimal): -11223044 or 16564052. OLE color: 16564052.
HSL color Cylindrical-coordinate representation of color #54BFFC: hue angle of 201.79º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54BFFC is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 191 | 252 | - |
| CMYK | 0.67 | 0.24 | 0 | 0.01 |
| HSL | 201.79º | 0.97% | 0.66% | - |
| HSV(B) | 201.79º | 0.67% | 0.99% | - |
| XYZ | 39.86 | 46.17 | 98.91 | - |
| YUV | 165.96 | 176.55 | 69.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 191 | 252 | 0.67 | 0.24 | 0 | 0.01 | 201.79 | 0.97 | 0.66 |
| Hex | 54 | BF | FC | 43 | 18 | 0 | 1 | CA | 61 | 42 |
| Octal | 124 | 277 | 374 | 103 | 30 | 0 | 1 | 312 | 141 | 102 |
| Binary | 1010100 | 10111111 | 11111100 | 1000011 | 11000 | 0 | 1 | 11001010 | 1100001 | 1000010 |
Color Harmonies of #54BFFC
Complementary color
Monochromatic Colors of #54BFFC
Black with #54BFFC
Text Example
Text Example
White with #54BFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BFFC; }
p { color: rgb(84,191,252); }
H1.HeaderClassName
{
color: #54BFFC;
}
.AnyTagClassName
{
color: #54BFFC;
}
</style>
background-color css
<style>
a { background-color: #54BFFC; }
a { background-color: rgb(84,191,252); }
div.DivClassName
{
background-color: #54BFFC;
}
.BgClassName
{
background-color: #54BFFC;
}
</style>
border-color css
<style>
span { border-color: #54BFFC; }
span { border-color: rgb(84,191,252); }
td.TdClassName
{
border-color: #54BFFC;
}
.TagClassName
{
border-color: #54BFFC;
}
</style>