Shades of Maya Blue #53BFFD
Tints of Maya Blue #53BFFD
RGB
CMYK
RGB Variations
Color information
#53BFFD (or 0x53BFFD) is known color: Maya Blue. HEX triplet: 53, BF and FD. RGB value is (83,191,253). Sum of RGB (Red+Green+Blue) = 83+191+253=527 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.75% from 527); Green value is 191 (75% from 255 or 36.24% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #53BFFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53BFFD is #AC4002. Grayscale: #A5A5A5. Windows color (decimal): -11288579 or 16629587. OLE color: 16629587.
HSL color Cylindrical-coordinate representation of color #53BFFD: hue angle of 201.88º 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 #53BFFD is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 191 | 253 | - |
| CMYK | 0.67 | 0.25 | 0 | 0.01 |
| HSL | 201.88º | 0.98% | 0.66% | - |
| HSV(B) | 201.88º | 0.67% | 0.99% | - |
| XYZ | 39.93 | 46.19 | 99.74 | - |
| YUV | 165.78 | 177.22 | 68.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 191 | 253 | 0.67 | 0.25 | 0 | 0.01 | 201.88 | 0.98 | 0.66 |
| Hex | 53 | BF | FD | 43 | 19 | 0 | 1 | CA | 62 | 42 |
| Octal | 123 | 277 | 375 | 103 | 31 | 0 | 1 | 312 | 142 | 102 |
| Binary | 1010011 | 10111111 | 11111101 | 1000011 | 11001 | 0 | 1 | 11001010 | 1100010 | 1000010 |
Color Harmonies of #53BFFD
Complementary color
Monochromatic Colors of #53BFFD
Black with #53BFFD
Text Example
Text Example
White with #53BFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BFFD; }
p { color: rgb(83,191,253); }
H1.HeaderClassName
{
color: #53BFFD;
}
.AnyTagClassName
{
color: #53BFFD;
}
</style>
background-color css
<style>
a { background-color: #53BFFD; }
a { background-color: rgb(83,191,253); }
div.DivClassName
{
background-color: #53BFFD;
}
.BgClassName
{
background-color: #53BFFD;
}
</style>
border-color css
<style>
span { border-color: #53BFFD; }
span { border-color: rgb(83,191,253); }
td.TdClassName
{
border-color: #53BFFD;
}
.TagClassName
{
border-color: #53BFFD;
}
</style>