Shades of Maya Blue #52BFFB
Tints of Maya Blue #52BFFB
RGB
CMYK
RGB Variations
Color information
#52BFFB (or 0x52BFFB) is known color: Maya Blue. HEX triplet: 52, BF and FB. RGB value is (82,191,251). Sum of RGB (Red+Green+Blue) = 82+191+251=524 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.65% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #52BFFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52BFFB is #AD4004. Grayscale: #A4A4A4. Windows color (decimal): -11354117 or 16498514. OLE color: 16498514.
HSL color Cylindrical-coordinate representation of color #52BFFB: hue angle of 201.3º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52BFFB is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 191 | 251 | - |
| CMYK | 0.67 | 0.24 | 0 | 0.02 |
| HSL | 201.3º | 0.95% | 0.65% | - |
| HSV(B) | 201.3º | 0.67% | 0.98% | - |
| XYZ | 39.52 | 46.02 | 98.07 | - |
| YUV | 165.25 | 176.39 | 68.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 191 | 251 | 0.67 | 0.24 | 0 | 0.02 | 201.3 | 0.95 | 0.65 |
| Hex | 52 | BF | FB | 43 | 18 | 0 | 2 | C9 | 5F | 41 |
| Octal | 122 | 277 | 373 | 103 | 30 | 0 | 2 | 311 | 137 | 101 |
| Binary | 1010010 | 10111111 | 11111011 | 1000011 | 11000 | 0 | 10 | 11001001 | 1011111 | 1000001 |
Color Harmonies of #52BFFB
Complementary color
Monochromatic Colors of #52BFFB
Black with #52BFFB
Text Example
Text Example
White with #52BFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BFFB; }
p { color: rgb(82,191,251); }
H1.HeaderClassName
{
color: #52BFFB;
}
.AnyTagClassName
{
color: #52BFFB;
}
</style>
background-color css
<style>
a { background-color: #52BFFB; }
a { background-color: rgb(82,191,251); }
div.DivClassName
{
background-color: #52BFFB;
}
.BgClassName
{
background-color: #52BFFB;
}
</style>
border-color css
<style>
span { border-color: #52BFFB; }
span { border-color: rgb(82,191,251); }
td.TdClassName
{
border-color: #52BFFB;
}
.TagClassName
{
border-color: #52BFFB;
}
</style>