Shades of Maya Blue #52CBFD
Tints of Maya Blue #52CBFD
RGB
CMYK
RGB Variations
Color information
#52CBFD (or 0x52CBFD) is known color: Maya Blue. HEX triplet: 52, CB and FD. RGB value is (82,203,253). Sum of RGB (Red+Green+Blue) = 82+203+253=538 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.24% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #52CBFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52CBFD is #AD3402. Grayscale: #ACACAC. Windows color (decimal): -11351043 or 16632658. OLE color: 16632658.
HSL color Cylindrical-coordinate representation of color #52CBFD: hue angle of 197.54º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52CBFD is Cyan = 0.68, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 203 | 253 | - |
| CMYK | 0.68 | 0.20 | 0 | 0.01 |
| HSL | 197.54º | 0.98% | 0.66% | - |
| HSV(B) | 197.54º | 0.68% | 0.99% | - |
| XYZ | 42.57 | 51.6 | 100.64 | - |
| YUV | 172.52 | 173.41 | 63.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 203 | 253 | 0.68 | 0.20 | 0 | 0.01 | 197.54 | 0.98 | 0.66 |
| Hex | 52 | CB | FD | 44 | 14 | 0 | 1 | C6 | 62 | 42 |
| Octal | 122 | 313 | 375 | 104 | 24 | 0 | 1 | 306 | 142 | 102 |
| Binary | 1010010 | 11001011 | 11111101 | 1000100 | 10100 | 0 | 1 | 11000110 | 1100010 | 1000010 |
Color Harmonies of #52CBFD
Complementary color
Monochromatic Colors of #52CBFD
Black with #52CBFD
Text Example
Text Example
White with #52CBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CBFD; }
p { color: rgb(82,203,253); }
H1.HeaderClassName
{
color: #52CBFD;
}
.AnyTagClassName
{
color: #52CBFD;
}
</style>
background-color css
<style>
a { background-color: #52CBFD; }
a { background-color: rgb(82,203,253); }
div.DivClassName
{
background-color: #52CBFD;
}
.BgClassName
{
background-color: #52CBFD;
}
</style>
border-color css
<style>
span { border-color: #52CBFD; }
span { border-color: rgb(82,203,253); }
td.TdClassName
{
border-color: #52CBFD;
}
.TagClassName
{
border-color: #52CBFD;
}
</style>