Shades of Maya Blue #54CDFD
Tints of Maya Blue #54CDFD
RGB
CMYK
RGB Variations
Color information
#54CDFD (or 0x54CDFD) is known color: Maya Blue. HEX triplet: 54, CD and FD. RGB value is (84,205,253). Sum of RGB (Red+Green+Blue) = 84+205+253=542 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.50% from 542); Green value is 205 (80.47% from 255 or 37.82% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #54CDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54CDFD is #AB3202. Grayscale: #ADADAD. Windows color (decimal): -11219459 or 16633172. OLE color: 16633172.
HSL color Cylindrical-coordinate representation of color #54CDFD: hue angle of 197.04º 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 #54CDFD is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 205 | 253 | - |
| CMYK | 0.67 | 0.19 | 0 | 0.01 |
| HSL | 197.04º | 0.98% | 0.66% | - |
| HSV(B) | 197.04º | 0.67% | 0.99% | - |
| XYZ | 43.22 | 52.64 | 100.81 | - |
| YUV | 174.29 | 172.41 | 63.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 205 | 253 | 0.67 | 0.19 | 0 | 0.01 | 197.04 | 0.98 | 0.66 |
| Hex | 54 | CD | FD | 43 | 13 | 0 | 1 | C5 | 62 | 42 |
| Octal | 124 | 315 | 375 | 103 | 23 | 0 | 1 | 305 | 142 | 102 |
| Binary | 1010100 | 11001101 | 11111101 | 1000011 | 10011 | 0 | 1 | 11000101 | 1100010 | 1000010 |
Color Harmonies of #54CDFD
Complementary color
Monochromatic Colors of #54CDFD
Black with #54CDFD
Text Example
Text Example
White with #54CDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CDFD; }
p { color: rgb(84,205,253); }
H1.HeaderClassName
{
color: #54CDFD;
}
.AnyTagClassName
{
color: #54CDFD;
}
</style>
background-color css
<style>
a { background-color: #54CDFD; }
a { background-color: rgb(84,205,253); }
div.DivClassName
{
background-color: #54CDFD;
}
.BgClassName
{
background-color: #54CDFD;
}
</style>
border-color css
<style>
span { border-color: #54CDFD; }
span { border-color: rgb(84,205,253); }
td.TdClassName
{
border-color: #54CDFD;
}
.TagClassName
{
border-color: #54CDFD;
}
</style>