Shades of Maya Blue #53CCFF
Tints of Maya Blue #53CCFF
RGB
CMYK
RGB Variations
Color information
#53CCFF (or 0x53CCFF) is known color: Maya Blue. HEX triplet: 53, CC and FF. RGB value is (83,204,255). Sum of RGB (Red+Green+Blue) = 83+204+255=542 (71% of max value = 765). Red value is 83 (32.81% from 255 or 15.31% from 542); Green value is 204 (80.08% from 255 or 37.64% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #53CCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #53CCFF is #AC3300. Grayscale: #ADADAD. Windows color (decimal): -11285249 or 16763987. OLE color: 16763987.
HSL color Cylindrical-coordinate representation of color #53CCFF: hue angle of 197.79º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #53CCFF is Cyan = 0.67, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 204 | 255 | - |
| CMYK | 0.67 | 0.2 | 0 | 0 |
| HSL | 197.79º | 1% | 0.66% | - |
| HSV(B) | 197.79º | 0.67% | 1% | - |
| XYZ | 43.21 | 52.24 | 102.41 | - |
| YUV | 173.64 | 173.91 | 63.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 204 | 255 | 0.67 | 0.2 | 0 | 0 | 197.79 | 1 | 0.66 |
| Hex | 53 | CC | FF | 43 | 14 | 0 | 0 | C6 | 64 | 42 |
| Octal | 123 | 314 | 377 | 103 | 24 | 0 | 0 | 306 | 144 | 102 |
| Binary | 1010011 | 11001100 | 11111111 | 1000011 | 10100 | 0 | 0 | 11000110 | 1100100 | 1000010 |
Color Harmonies of #53CCFF
Complementary color
Monochromatic Colors of #53CCFF
Black with #53CCFF
Text Example
Text Example
White with #53CCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CCFF; }
p { color: rgb(83,204,255); }
H1.HeaderClassName
{
color: #53CCFF;
}
.AnyTagClassName
{
color: #53CCFF;
}
</style>
background-color css
<style>
a { background-color: #53CCFF; }
a { background-color: rgb(83,204,255); }
div.DivClassName
{
background-color: #53CCFF;
}
.BgClassName
{
background-color: #53CCFF;
}
</style>
border-color css
<style>
span { border-color: #53CCFF; }
span { border-color: rgb(83,204,255); }
td.TdClassName
{
border-color: #53CCFF;
}
.TagClassName
{
border-color: #53CCFF;
}
</style>