Shades of Maya Blue #53BBFF
Tints of Maya Blue #53BBFF
RGB
CMYK
RGB Variations
Color information
#53BBFF (or 0x53BBFF) is known color: Maya Blue. HEX triplet: 53, BB and FF. RGB value is (83,187,255). Sum of RGB (Red+Green+Blue) = 83+187+255=525 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.81% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #53BBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53BBFF is #AC4400. Grayscale: #A3A3A3. Windows color (decimal): -11289601 or 16759635. OLE color: 16759635.
HSL color Cylindrical-coordinate representation of color #53BBFF: hue angle of 203.72º 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 #53BBFF is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 187 | 255 | - |
| CMYK | 0.67 | 0.27 | 0 | 0 |
| HSL | 203.72º | 1% | 0.66% | - |
| HSV(B) | 203.72º | 0.67% | 1% | - |
| XYZ | 39.39 | 44.6 | 101.14 | - |
| YUV | 163.66 | 179.54 | 70.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 187 | 255 | 0.67 | 0.27 | 0 | 0 | 203.72 | 1 | 0.66 |
| Hex | 53 | BB | FF | 43 | 1B | 0 | 0 | CC | 64 | 42 |
| Octal | 123 | 273 | 377 | 103 | 33 | 0 | 0 | 314 | 144 | 102 |
| Binary | 1010011 | 10111011 | 11111111 | 1000011 | 11011 | 0 | 0 | 11001100 | 1100100 | 1000010 |
Color Harmonies of #53BBFF
Complementary color
Monochromatic Colors of #53BBFF
Black with #53BBFF
Text Example
Text Example
White with #53BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BBFF; }
p { color: rgb(83,187,255); }
H1.HeaderClassName
{
color: #53BBFF;
}
.AnyTagClassName
{
color: #53BBFF;
}
</style>
background-color css
<style>
a { background-color: #53BBFF; }
a { background-color: rgb(83,187,255); }
div.DivClassName
{
background-color: #53BBFF;
}
.BgClassName
{
background-color: #53BBFF;
}
</style>
border-color css
<style>
span { border-color: #53BBFF; }
span { border-color: rgb(83,187,255); }
td.TdClassName
{
border-color: #53BBFF;
}
.TagClassName
{
border-color: #53BBFF;
}
</style>