Shades of Maya Blue #54CCFD
Tints of Maya Blue #54CCFD
RGB
CMYK
RGB Variations
Color information
#54CCFD (or 0x54CCFD) is known color: Maya Blue. HEX triplet: 54, CC and FD. RGB value is (84,204,253). Sum of RGB (Red+Green+Blue) = 84+204+253=541 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.53% from 541); Green value is 204 (80.08% from 255 or 37.71% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #54CCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54CCFD is #AB3302. Grayscale: #ADADAD. Windows color (decimal): -11219715 or 16632916. OLE color: 16632916.
HSL color Cylindrical-coordinate representation of color #54CCFD: hue angle of 197.4º degrees, saturation: 0.98, 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 #54CCFD is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 204 | 253 | - |
| CMYK | 0.67 | 0.19 | 0 | 0.01 |
| HSL | 197.4º | 0.98% | 0.66% | - |
| HSV(B) | 197.4º | 0.67% | 0.99% | - |
| XYZ | 42.98 | 52.16 | 100.73 | - |
| YUV | 173.71 | 172.74 | 64.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 204 | 253 | 0.67 | 0.19 | 0 | 0.01 | 197.4 | 0.98 | 0.66 |
| Hex | 54 | CC | FD | 43 | 13 | 0 | 1 | C5 | 62 | 42 |
| Octal | 124 | 314 | 375 | 103 | 23 | 0 | 1 | 305 | 142 | 102 |
| Binary | 1010100 | 11001100 | 11111101 | 1000011 | 10011 | 0 | 1 | 11000101 | 1100010 | 1000010 |
Color Harmonies of #54CCFD
Complementary color
Monochromatic Colors of #54CCFD
Black with #54CCFD
Text Example
Text Example
White with #54CCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CCFD; }
p { color: rgb(84,204,253); }
H1.HeaderClassName
{
color: #54CCFD;
}
.AnyTagClassName
{
color: #54CCFD;
}
</style>
background-color css
<style>
a { background-color: #54CCFD; }
a { background-color: rgb(84,204,253); }
div.DivClassName
{
background-color: #54CCFD;
}
.BgClassName
{
background-color: #54CCFD;
}
</style>
border-color css
<style>
span { border-color: #54CCFD; }
span { border-color: rgb(84,204,253); }
td.TdClassName
{
border-color: #54CCFD;
}
.TagClassName
{
border-color: #54CCFD;
}
</style>