Shades of Maya Blue #53BFFC
Tints of Maya Blue #53BFFC
RGB
CMYK
RGB Variations
Color information
#53BFFC (or 0x53BFFC) is known color: Maya Blue. HEX triplet: 53, BF and FC. RGB value is (83,191,252). Sum of RGB (Red+Green+Blue) = 83+191+252=526 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.78% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #53BFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53BFFC is #AC4003. Grayscale: #A5A5A5. Windows color (decimal): -11288580 or 16564051. OLE color: 16564051.
HSL color Cylindrical-coordinate representation of color #53BFFC: hue angle of 201.66º degrees, saturation: 0.97, 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 #53BFFC is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 191 | 252 | - |
| CMYK | 0.67 | 0.24 | 0 | 0.01 |
| HSL | 201.66º | 0.97% | 0.66% | - |
| HSV(B) | 201.66º | 0.67% | 0.99% | - |
| XYZ | 39.77 | 46.13 | 98.9 | - |
| YUV | 165.66 | 176.72 | 69.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 191 | 252 | 0.67 | 0.24 | 0 | 0.01 | 201.66 | 0.97 | 0.66 |
| Hex | 53 | BF | FC | 43 | 18 | 0 | 1 | CA | 61 | 42 |
| Octal | 123 | 277 | 374 | 103 | 30 | 0 | 1 | 312 | 141 | 102 |
| Binary | 1010011 | 10111111 | 11111100 | 1000011 | 11000 | 0 | 1 | 11001010 | 1100001 | 1000010 |
Color Harmonies of #53BFFC
Complementary color
Monochromatic Colors of #53BFFC
Black with #53BFFC
Text Example
Text Example
White with #53BFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BFFC; }
p { color: rgb(83,191,252); }
H1.HeaderClassName
{
color: #53BFFC;
}
.AnyTagClassName
{
color: #53BFFC;
}
</style>
background-color css
<style>
a { background-color: #53BFFC; }
a { background-color: rgb(83,191,252); }
div.DivClassName
{
background-color: #53BFFC;
}
.BgClassName
{
background-color: #53BFFC;
}
</style>
border-color css
<style>
span { border-color: #53BFFC; }
span { border-color: rgb(83,191,252); }
td.TdClassName
{
border-color: #53BFFC;
}
.TagClassName
{
border-color: #53BFFC;
}
</style>