Shades of Maya Blue #53CFFC
Tints of Maya Blue #53CFFC
RGB
CMYK
RGB Variations
Color information
#53CFFC (or 0x53CFFC) is known color: Maya Blue. HEX triplet: 53, CF and FC. RGB value is (83,207,252). Sum of RGB (Red+Green+Blue) = 83+207+252=542 (71% of max value = 765). Red value is 83 (32.81% from 255 or 15.31% from 542); Green value is 207 (81.25% from 255 or 38.19% from 542); Blue value is 252 (98.83% from 255 or 46.49% from 542); Max value from RGB is 252 - color contains mainly: blue. Hex color #53CFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53CFFC is #AC3003. Grayscale: #AEAEAE. Windows color (decimal): -11284484 or 16568147. OLE color: 16568147.
HSL color Cylindrical-coordinate representation of color #53CFFC: hue angle of 195.98º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53CFFC is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 207 | 252 | - |
| CMYK | 0.67 | 0.18 | 0 | 0.01 |
| HSL | 195.98º | 0.97% | 0.66% | - |
| HSV(B) | 195.98º | 0.67% | 0.99% | - |
| XYZ | 43.45 | 53.49 | 100.13 | - |
| YUV | 175.05 | 171.42 | 62.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 207 | 252 | 0.67 | 0.18 | 0 | 0.01 | 195.98 | 0.97 | 0.66 |
| Hex | 53 | CF | FC | 43 | 12 | 0 | 1 | C4 | 61 | 42 |
| Octal | 123 | 317 | 374 | 103 | 22 | 0 | 1 | 304 | 141 | 102 |
| Binary | 1010011 | 11001111 | 11111100 | 1000011 | 10010 | 0 | 1 | 11000100 | 1100001 | 1000010 |
Color Harmonies of #53CFFC
Complementary color
Monochromatic Colors of #53CFFC
Black with #53CFFC
Text Example
Text Example
White with #53CFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CFFC; }
p { color: rgb(83,207,252); }
H1.HeaderClassName
{
color: #53CFFC;
}
.AnyTagClassName
{
color: #53CFFC;
}
</style>
background-color css
<style>
a { background-color: #53CFFC; }
a { background-color: rgb(83,207,252); }
div.DivClassName
{
background-color: #53CFFC;
}
.BgClassName
{
background-color: #53CFFC;
}
</style>
border-color css
<style>
span { border-color: #53CFFC; }
span { border-color: rgb(83,207,252); }
td.TdClassName
{
border-color: #53CFFC;
}
.TagClassName
{
border-color: #53CFFC;
}
</style>