Shades of Maya Blue #54CDFE
Tints of Maya Blue #54CDFE
RGB
CMYK
RGB Variations
Color information
#54CDFE (or 0x54CDFE) is known color: Maya Blue. HEX triplet: 54, CD and FE. RGB value is (84,205,254). Sum of RGB (Red+Green+Blue) = 84+205+254=543 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.47% from 543); Green value is 205 (80.47% from 255 or 37.75% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #54CDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54CDFE is #AB3201. Grayscale: #AEAEAE. Windows color (decimal): -11219458 or 16698708. OLE color: 16698708.
HSL color Cylindrical-coordinate representation of color #54CDFE: hue angle of 197.29º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54CDFE is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 84 | 205 | 254 | - |
| CMYK | 0.67 | 0.19 | 0 | 0.00 |
| HSL | 197.29º | 0.99% | 0.66% | - |
| HSV(B) | 197.29º | 0.67% | 1% | - |
| XYZ | 43.38 | 52.7 | 101.65 | - |
| YUV | 174.41 | 172.91 | 63.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 205 | 254 | 0.67 | 0.19 | 0 | 0.00 | 197.29 | 0.99 | 0.66 |
| Hex | 54 | CD | FE | 43 | 13 | 0 | 0 | C5 | 63 | 42 |
| Octal | 124 | 315 | 376 | 103 | 23 | 0 | 0 | 305 | 143 | 102 |
| Binary | 1010100 | 11001101 | 11111110 | 1000011 | 10011 | 0 | 0 | 11000101 | 1100011 | 1000010 |
Color Harmonies of #54CDFE
Complementary color
Monochromatic Colors of #54CDFE
Black with #54CDFE
Text Example
Text Example
White with #54CDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CDFE; }
p { color: rgb(84,205,254); }
H1.HeaderClassName
{
color: #54CDFE;
}
.AnyTagClassName
{
color: #54CDFE;
}
</style>
background-color css
<style>
a { background-color: #54CDFE; }
a { background-color: rgb(84,205,254); }
div.DivClassName
{
background-color: #54CDFE;
}
.BgClassName
{
background-color: #54CDFE;
}
</style>
border-color css
<style>
span { border-color: #54CDFE; }
span { border-color: rgb(84,205,254); }
td.TdClassName
{
border-color: #54CDFE;
}
.TagClassName
{
border-color: #54CDFE;
}
</style>