Shades of Maya Blue #57CEFE
Tints of Maya Blue #57CEFE
RGB
CMYK
RGB Variations
Color information
#57CEFE (or 0x57CEFE) is known color: Maya Blue. HEX triplet: 57, CE and FE. RGB value is (87,206,254). Sum of RGB (Red+Green+Blue) = 87+206+254=547 (72% of max value = 765). Red value is 87 (34.38% from 255 or 15.90% from 547); Green value is 206 (80.86% from 255 or 37.66% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #57CEFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57CEFE is #A83101. Grayscale: #AFAFAF. Windows color (decimal): -11022594 or 16698967. OLE color: 16698967.
HSL color Cylindrical-coordinate representation of color #57CEFE: hue angle of 197.25º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57CEFE is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 87 | 206 | 254 | - |
| CMYK | 0.66 | 0.19 | 0 | 0.00 |
| HSL | 197.25º | 0.99% | 0.67% | - |
| HSV(B) | 197.25º | 0.66% | 1% | - |
| XYZ | 43.89 | 53.32 | 101.75 | - |
| YUV | 175.89 | 172.08 | 64.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 206 | 254 | 0.66 | 0.19 | 0 | 0.00 | 197.25 | 0.99 | 0.67 |
| Hex | 57 | CE | FE | 42 | 13 | 0 | 0 | C5 | 63 | 43 |
| Octal | 127 | 316 | 376 | 102 | 23 | 0 | 0 | 305 | 143 | 103 |
| Binary | 1010111 | 11001110 | 11111110 | 1000010 | 10011 | 0 | 0 | 11000101 | 1100011 | 1000011 |
Color Harmonies of #57CEFE
Complementary color
Monochromatic Colors of #57CEFE
Black with #57CEFE
Text Example
Text Example
White with #57CEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CEFE; }
p { color: rgb(87,206,254); }
H1.HeaderClassName
{
color: #57CEFE;
}
.AnyTagClassName
{
color: #57CEFE;
}
</style>
background-color css
<style>
a { background-color: #57CEFE; }
a { background-color: rgb(87,206,254); }
div.DivClassName
{
background-color: #57CEFE;
}
.BgClassName
{
background-color: #57CEFE;
}
</style>
border-color css
<style>
span { border-color: #57CEFE; }
span { border-color: rgb(87,206,254); }
td.TdClassName
{
border-color: #57CEFE;
}
.TagClassName
{
border-color: #57CEFE;
}
</style>