Shades of Maya Blue #53B2FE
Tints of Maya Blue #53B2FE
RGB
CMYK
RGB Variations
Color information
#53B2FE (or 0x53B2FE) is known color: Maya Blue. HEX triplet: 53, B2 and FE. RGB value is (83,178,254). Sum of RGB (Red+Green+Blue) = 83+178+254=515 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.12% from 515); Green value is 178 (69.92% from 255 or 34.56% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #53B2FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53B2FE is #AC4D01. Grayscale: #9D9D9D. Windows color (decimal): -11291906 or 16691795. OLE color: 16691795.
HSL color Cylindrical-coordinate representation of color #53B2FE: hue angle of 206.67º 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 #53B2FE is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 178 | 254 | - |
| CMYK | 0.67 | 0.30 | 0 | 0.00 |
| HSL | 206.67º | 0.99% | 0.66% | - |
| HSV(B) | 206.67º | 0.67% | 1% | - |
| XYZ | 37.38 | 40.84 | 99.68 | - |
| YUV | 158.26 | 182.03 | 74.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 178 | 254 | 0.67 | 0.30 | 0 | 0.00 | 206.67 | 0.99 | 0.66 |
| Hex | 53 | B2 | FE | 43 | 1E | 0 | 0 | CF | 63 | 42 |
| Octal | 123 | 262 | 376 | 103 | 36 | 0 | 0 | 317 | 143 | 102 |
| Binary | 1010011 | 10110010 | 11111110 | 1000011 | 11110 | 0 | 0 | 11001111 | 1100011 | 1000010 |
Color Harmonies of #53B2FE
Complementary color
Monochromatic Colors of #53B2FE
Black with #53B2FE
Text Example
Text Example
White with #53B2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B2FE; }
p { color: rgb(83,178,254); }
H1.HeaderClassName
{
color: #53B2FE;
}
.AnyTagClassName
{
color: #53B2FE;
}
</style>
background-color css
<style>
a { background-color: #53B2FE; }
a { background-color: rgb(83,178,254); }
div.DivClassName
{
background-color: #53B2FE;
}
.BgClassName
{
background-color: #53B2FE;
}
</style>
border-color css
<style>
span { border-color: #53B2FE; }
span { border-color: rgb(83,178,254); }
td.TdClassName
{
border-color: #53B2FE;
}
.TagClassName
{
border-color: #53B2FE;
}
</style>