Shades of Maya Blue #53CCFD
Tints of Maya Blue #53CCFD
RGB
CMYK
RGB Variations
Color information
#53CCFD (or 0x53CCFD) is known color: Maya Blue. HEX triplet: 53, CC and FD. RGB value is (83,204,253). Sum of RGB (Red+Green+Blue) = 83+204+253=540 (71% of max value = 765). Red value is 83 (32.81% from 255 or 15.37% from 540); Green value is 204 (80.08% from 255 or 37.78% 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 #53CCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53CCFD is #AC3302. Grayscale: #ADADAD. Windows color (decimal): -11285251 or 16632915. OLE color: 16632915.
HSL color Cylindrical-coordinate representation of color #53CCFD: hue angle of 197.29º 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 #53CCFD is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 204 | 253 | - |
| CMYK | 0.67 | 0.19 | 0 | 0.01 |
| HSL | 197.29º | 0.98% | 0.66% | - |
| HSV(B) | 197.29º | 0.67% | 0.99% | - |
| XYZ | 42.89 | 52.12 | 100.73 | - |
| YUV | 173.41 | 172.91 | 63.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 204 | 253 | 0.67 | 0.19 | 0 | 0.01 | 197.29 | 0.98 | 0.66 |
| Hex | 53 | CC | FD | 43 | 13 | 0 | 1 | C5 | 62 | 42 |
| Octal | 123 | 314 | 375 | 103 | 23 | 0 | 1 | 305 | 142 | 102 |
| Binary | 1010011 | 11001100 | 11111101 | 1000011 | 10011 | 0 | 1 | 11000101 | 1100010 | 1000010 |
Color Harmonies of #53CCFD
Complementary color
Monochromatic Colors of #53CCFD
Black with #53CCFD
Text Example
Text Example
White with #53CCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CCFD; }
p { color: rgb(83,204,253); }
H1.HeaderClassName
{
color: #53CCFD;
}
.AnyTagClassName
{
color: #53CCFD;
}
</style>
background-color css
<style>
a { background-color: #53CCFD; }
a { background-color: rgb(83,204,253); }
div.DivClassName
{
background-color: #53CCFD;
}
.BgClassName
{
background-color: #53CCFD;
}
</style>
border-color css
<style>
span { border-color: #53CCFD; }
span { border-color: rgb(83,204,253); }
td.TdClassName
{
border-color: #53CCFD;
}
.TagClassName
{
border-color: #53CCFD;
}
</style>