Shades of Maya Blue #53BBFE
Tints of Maya Blue #53BBFE
RGB
CMYK
RGB Variations
Color information
#53BBFE (or 0x53BBFE) is known color: Maya Blue. HEX triplet: 53, BB and FE. RGB value is (83,187,254). Sum of RGB (Red+Green+Blue) = 83+187+254=524 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.84% from 524); Green value is 187 (73.44% from 255 or 35.69% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #53BBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53BBFE is #AC4401. Grayscale: #A3A3A3. Windows color (decimal): -11289602 or 16694099. OLE color: 16694099.
HSL color Cylindrical-coordinate representation of color #53BBFE: hue angle of 203.51º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53BBFE is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 187 | 254 | - |
| CMYK | 0.67 | 0.26 | 0 | 0.00 |
| HSL | 203.51º | 0.99% | 0.66% | - |
| HSV(B) | 203.51º | 0.67% | 1% | - |
| XYZ | 39.23 | 44.54 | 100.29 | - |
| YUV | 163.54 | 179.04 | 70.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 187 | 254 | 0.67 | 0.26 | 0 | 0.00 | 203.51 | 0.99 | 0.66 |
| Hex | 53 | BB | FE | 43 | 1A | 0 | 0 | CC | 63 | 42 |
| Octal | 123 | 273 | 376 | 103 | 32 | 0 | 0 | 314 | 143 | 102 |
| Binary | 1010011 | 10111011 | 11111110 | 1000011 | 11010 | 0 | 0 | 11001100 | 1100011 | 1000010 |
Color Harmonies of #53BBFE
Complementary color
Monochromatic Colors of #53BBFE
Black with #53BBFE
Text Example
Text Example
White with #53BBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BBFE; }
p { color: rgb(83,187,254); }
H1.HeaderClassName
{
color: #53BBFE;
}
.AnyTagClassName
{
color: #53BBFE;
}
</style>
background-color css
<style>
a { background-color: #53BBFE; }
a { background-color: rgb(83,187,254); }
div.DivClassName
{
background-color: #53BBFE;
}
.BgClassName
{
background-color: #53BBFE;
}
</style>
border-color css
<style>
span { border-color: #53BBFE; }
span { border-color: rgb(83,187,254); }
td.TdClassName
{
border-color: #53BBFE;
}
.TagClassName
{
border-color: #53BBFE;
}
</style>