Shades of Maya Blue #57CEFC
Tints of Maya Blue #57CEFC
RGB
CMYK
RGB Variations
Color information
#57CEFC (or 0x57CEFC) is known color: Maya Blue. HEX triplet: 57, CE and FC. RGB value is (87,206,252). Sum of RGB (Red+Green+Blue) = 87+206+252=545 (72% of max value = 765). Red value is 87 (34.38% from 255 or 15.96% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #57CEFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57CEFC is #A83103. Grayscale: #AFAFAF. Windows color (decimal): -11022596 or 16567895. OLE color: 16567895.
HSL color Cylindrical-coordinate representation of color #57CEFC: hue angle of 196.73º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57CEFC is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 206 | 252 | - |
| CMYK | 0.65 | 0.18 | 0 | 0.01 |
| HSL | 196.73º | 0.96% | 0.66% | - |
| HSV(B) | 196.73º | 0.65% | 0.99% | - |
| XYZ | 43.57 | 53.2 | 100.07 | - |
| YUV | 175.66 | 171.08 | 64.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 206 | 252 | 0.65 | 0.18 | 0 | 0.01 | 196.73 | 0.96 | 0.66 |
| Hex | 57 | CE | FC | 41 | 12 | 0 | 1 | C5 | 60 | 42 |
| Octal | 127 | 316 | 374 | 101 | 22 | 0 | 1 | 305 | 140 | 102 |
| Binary | 1010111 | 11001110 | 11111100 | 1000001 | 10010 | 0 | 1 | 11000101 | 1100000 | 1000010 |
Color Harmonies of #57CEFC
Complementary color
Monochromatic Colors of #57CEFC
Black with #57CEFC
Text Example
Text Example
White with #57CEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CEFC; }
p { color: rgb(87,206,252); }
H1.HeaderClassName
{
color: #57CEFC;
}
.AnyTagClassName
{
color: #57CEFC;
}
</style>
background-color css
<style>
a { background-color: #57CEFC; }
a { background-color: rgb(87,206,252); }
div.DivClassName
{
background-color: #57CEFC;
}
.BgClassName
{
background-color: #57CEFC;
}
</style>
border-color css
<style>
span { border-color: #57CEFC; }
span { border-color: rgb(87,206,252); }
td.TdClassName
{
border-color: #57CEFC;
}
.TagClassName
{
border-color: #57CEFC;
}
</style>