Shades of Maya Blue #53BBFD
Tints of Maya Blue #53BBFD
RGB
CMYK
RGB Variations
Color information
#53BBFD (or 0x53BBFD) is known color: Maya Blue. HEX triplet: 53, BB and FD. RGB value is (83,187,253). Sum of RGB (Red+Green+Blue) = 83+187+253=523 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.87% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #53BBFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53BBFD is #AC4402. Grayscale: #A3A3A3. Windows color (decimal): -11289603 or 16628563. OLE color: 16628563.
HSL color Cylindrical-coordinate representation of color #53BBFD: hue angle of 203.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 #53BBFD is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 187 | 253 | - |
| CMYK | 0.67 | 0.26 | 0 | 0.01 |
| HSL | 203.29º | 0.98% | 0.66% | - |
| HSV(B) | 203.29º | 0.67% | 0.99% | - |
| XYZ | 39.07 | 44.47 | 99.45 | - |
| YUV | 163.43 | 178.54 | 70.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 187 | 253 | 0.67 | 0.26 | 0 | 0.01 | 203.29 | 0.98 | 0.66 |
| Hex | 53 | BB | FD | 43 | 1A | 0 | 1 | CB | 62 | 42 |
| Octal | 123 | 273 | 375 | 103 | 32 | 0 | 1 | 313 | 142 | 102 |
| Binary | 1010011 | 10111011 | 11111101 | 1000011 | 11010 | 0 | 1 | 11001011 | 1100010 | 1000010 |
Color Harmonies of #53BBFD
Complementary color
Monochromatic Colors of #53BBFD
Black with #53BBFD
Text Example
Text Example
White with #53BBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BBFD; }
p { color: rgb(83,187,253); }
H1.HeaderClassName
{
color: #53BBFD;
}
.AnyTagClassName
{
color: #53BBFD;
}
</style>
background-color css
<style>
a { background-color: #53BBFD; }
a { background-color: rgb(83,187,253); }
div.DivClassName
{
background-color: #53BBFD;
}
.BgClassName
{
background-color: #53BBFD;
}
</style>
border-color css
<style>
span { border-color: #53BBFD; }
span { border-color: rgb(83,187,253); }
td.TdClassName
{
border-color: #53BBFD;
}
.TagClassName
{
border-color: #53BBFD;
}
</style>