Shades of Maya Blue #54CBFD
Tints of Maya Blue #54CBFD
RGB
CMYK
RGB Variations
Color information
#54CBFD (or 0x54CBFD) is known color: Maya Blue. HEX triplet: 54, CB and FD. RGB value is (84,203,253). Sum of RGB (Red+Green+Blue) = 84+203+253=540 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.56% from 540); Green value is 203 (79.69% from 255 or 37.59% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #54CBFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54CBFD is #AB3402. Grayscale: #ACACAC. Windows color (decimal): -11219971 or 16632660. OLE color: 16632660.
HSL color Cylindrical-coordinate representation of color #54CBFD: hue angle of 197.75º 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 #54CBFD is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 203 | 253 | - |
| CMYK | 0.67 | 0.20 | 0 | 0.01 |
| HSL | 197.75º | 0.98% | 0.66% | - |
| HSV(B) | 197.75º | 0.67% | 0.99% | - |
| XYZ | 42.74 | 51.69 | 100.65 | - |
| YUV | 173.12 | 173.08 | 64.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 203 | 253 | 0.67 | 0.20 | 0 | 0.01 | 197.75 | 0.98 | 0.66 |
| Hex | 54 | CB | FD | 43 | 14 | 0 | 1 | C6 | 62 | 42 |
| Octal | 124 | 313 | 375 | 103 | 24 | 0 | 1 | 306 | 142 | 102 |
| Binary | 1010100 | 11001011 | 11111101 | 1000011 | 10100 | 0 | 1 | 11000110 | 1100010 | 1000010 |
Color Harmonies of #54CBFD
Complementary color
Monochromatic Colors of #54CBFD
Black with #54CBFD
Text Example
Text Example
White with #54CBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CBFD; }
p { color: rgb(84,203,253); }
H1.HeaderClassName
{
color: #54CBFD;
}
.AnyTagClassName
{
color: #54CBFD;
}
</style>
background-color css
<style>
a { background-color: #54CBFD; }
a { background-color: rgb(84,203,253); }
div.DivClassName
{
background-color: #54CBFD;
}
.BgClassName
{
background-color: #54CBFD;
}
</style>
border-color css
<style>
span { border-color: #54CBFD; }
span { border-color: rgb(84,203,253); }
td.TdClassName
{
border-color: #54CBFD;
}
.TagClassName
{
border-color: #54CBFD;
}
</style>