Shades of Maya Blue #53BEFF
Tints of Maya Blue #53BEFF
RGB
CMYK
RGB Variations
Color information
#53BEFF (or 0x53BEFF) is known color: Maya Blue. HEX triplet: 53, BE and FF. RGB value is (83,190,255). Sum of RGB (Red+Green+Blue) = 83+190+255=528 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.72% from 528); Green value is 190 (74.61% from 255 or 35.98% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #53BEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53BEFF is #AC4100. Grayscale: #A5A5A5. Windows color (decimal): -11288833 or 16760403. OLE color: 16760403.
HSL color Cylindrical-coordinate representation of color #53BEFF: hue angle of 202.67º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53BEFF is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 190 | 255 | - |
| CMYK | 0.67 | 0.25 | 0 | 0 |
| HSL | 202.67º | 1% | 0.66% | - |
| HSV(B) | 202.67º | 0.67% | 1% | - |
| XYZ | 40.03 | 45.89 | 101.35 | - |
| YUV | 165.42 | 178.55 | 69.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 190 | 255 | 0.67 | 0.25 | 0 | 0 | 202.67 | 1 | 0.66 |
| Hex | 53 | BE | FF | 43 | 19 | 0 | 0 | CB | 64 | 42 |
| Octal | 123 | 276 | 377 | 103 | 31 | 0 | 0 | 313 | 144 | 102 |
| Binary | 1010011 | 10111110 | 11111111 | 1000011 | 11001 | 0 | 0 | 11001011 | 1100100 | 1000010 |
Color Harmonies of #53BEFF
Complementary color
Monochromatic Colors of #53BEFF
Black with #53BEFF
Text Example
Text Example
White with #53BEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BEFF; }
p { color: rgb(83,190,255); }
H1.HeaderClassName
{
color: #53BEFF;
}
.AnyTagClassName
{
color: #53BEFF;
}
</style>
background-color css
<style>
a { background-color: #53BEFF; }
a { background-color: rgb(83,190,255); }
div.DivClassName
{
background-color: #53BEFF;
}
.BgClassName
{
background-color: #53BEFF;
}
</style>
border-color css
<style>
span { border-color: #53BEFF; }
span { border-color: rgb(83,190,255); }
td.TdClassName
{
border-color: #53BEFF;
}
.TagClassName
{
border-color: #53BEFF;
}
</style>