Shades of Maya Blue #53BDFF
Tints of Maya Blue #53BDFF
RGB
CMYK
RGB Variations
Color information
#53BDFF (or 0x53BDFF) is known color: Maya Blue. HEX triplet: 53, BD and FF. RGB value is (83,189,255). Sum of RGB (Red+Green+Blue) = 83+189+255=527 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.75% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #53BDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53BDFF is #AC4200. Grayscale: #A4A4A4. Windows color (decimal): -11289089 or 16760147. OLE color: 16760147.
HSL color Cylindrical-coordinate representation of color #53BDFF: hue angle of 203.02º 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 #53BDFF is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 189 | 255 | - |
| CMYK | 0.67 | 0.26 | 0 | 0 |
| HSL | 203.02º | 1% | 0.66% | - |
| HSV(B) | 203.02º | 0.67% | 1% | - |
| XYZ | 39.81 | 45.45 | 101.28 | - |
| YUV | 164.83 | 178.88 | 69.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 189 | 255 | 0.67 | 0.26 | 0 | 0 | 203.02 | 1 | 0.66 |
| Hex | 53 | BD | FF | 43 | 1A | 0 | 0 | CB | 64 | 42 |
| Octal | 123 | 275 | 377 | 103 | 32 | 0 | 0 | 313 | 144 | 102 |
| Binary | 1010011 | 10111101 | 11111111 | 1000011 | 11010 | 0 | 0 | 11001011 | 1100100 | 1000010 |
Color Harmonies of #53BDFF
Complementary color
Monochromatic Colors of #53BDFF
Black with #53BDFF
Text Example
Text Example
White with #53BDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BDFF; }
p { color: rgb(83,189,255); }
H1.HeaderClassName
{
color: #53BDFF;
}
.AnyTagClassName
{
color: #53BDFF;
}
</style>
background-color css
<style>
a { background-color: #53BDFF; }
a { background-color: rgb(83,189,255); }
div.DivClassName
{
background-color: #53BDFF;
}
.BgClassName
{
background-color: #53BDFF;
}
</style>
border-color css
<style>
span { border-color: #53BDFF; }
span { border-color: rgb(83,189,255); }
td.TdClassName
{
border-color: #53BDFF;
}
.TagClassName
{
border-color: #53BDFF;
}
</style>