Shades of Maya Blue #54CBFF
Tints of Maya Blue #54CBFF
RGB
CMYK
RGB Variations
Color information
#54CBFF (or 0x54CBFF) is known color: Maya Blue. HEX triplet: 54, CB and FF. RGB value is (84,203,255). Sum of RGB (Red+Green+Blue) = 84+203+255=542 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.50% from 542); Green value is 203 (79.69% from 255 or 37.45% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #54CBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54CBFF is #AB3400. Grayscale: #ADADAD. Windows color (decimal): -11219969 or 16763732. OLE color: 16763732.
HSL color Cylindrical-coordinate representation of color #54CBFF: hue angle of 198.25º 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 #54CBFF is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 203 | 255 | - |
| CMYK | 0.67 | 0.20 | 0 | 0 |
| HSL | 198.25º | 1% | 0.66% | - |
| HSV(B) | 198.25º | 0.67% | 1% | - |
| XYZ | 43.06 | 51.82 | 102.34 | - |
| YUV | 173.35 | 174.08 | 64.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 203 | 255 | 0.67 | 0.20 | 0 | 0 | 198.25 | 1 | 0.66 |
| Hex | 54 | CB | FF | 43 | 14 | 0 | 0 | C6 | 64 | 42 |
| Octal | 124 | 313 | 377 | 103 | 24 | 0 | 0 | 306 | 144 | 102 |
| Binary | 1010100 | 11001011 | 11111111 | 1000011 | 10100 | 0 | 0 | 11000110 | 1100100 | 1000010 |
Color Harmonies of #54CBFF
Complementary color
Monochromatic Colors of #54CBFF
Black with #54CBFF
Text Example
Text Example
White with #54CBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CBFF; }
p { color: rgb(84,203,255); }
H1.HeaderClassName
{
color: #54CBFF;
}
.AnyTagClassName
{
color: #54CBFF;
}
</style>
background-color css
<style>
a { background-color: #54CBFF; }
a { background-color: rgb(84,203,255); }
div.DivClassName
{
background-color: #54CBFF;
}
.BgClassName
{
background-color: #54CBFF;
}
</style>
border-color css
<style>
span { border-color: #54CBFF; }
span { border-color: rgb(84,203,255); }
td.TdClassName
{
border-color: #54CBFF;
}
.TagClassName
{
border-color: #54CBFF;
}
</style>