Shades of Maya Blue #57CFFF
Tints of Maya Blue #57CFFF
RGB
CMYK
RGB Variations
Color information
#57CFFF (or 0x57CFFF) is known color: Maya Blue. HEX triplet: 57, CF and FF. RGB value is (87,207,255). Sum of RGB (Red+Green+Blue) = 87+207+255=549 (72% of max value = 765). Red value is 87 (34.38% from 255 or 15.85% from 549); Green value is 207 (81.25% from 255 or 37.70% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #57CFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57CFFF is #A83000. Grayscale: #B0B0B0. Windows color (decimal): -11022337 or 16764759. OLE color: 16764759.
HSL color Cylindrical-coordinate representation of color #57CFFF: hue angle of 197.14º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #57CFFF is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 207 | 255 | - |
| CMYK | 0.66 | 0.19 | 0 | 0 |
| HSL | 197.14º | 1% | 0.67% | - |
| HSV(B) | 197.14º | 0.66% | 1% | - |
| XYZ | 44.29 | 53.87 | 102.67 | - |
| YUV | 176.59 | 172.24 | 64.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 207 | 255 | 0.66 | 0.19 | 0 | 0 | 197.14 | 1 | 0.67 |
| Hex | 57 | CF | FF | 42 | 13 | 0 | 0 | C5 | 64 | 43 |
| Octal | 127 | 317 | 377 | 102 | 23 | 0 | 0 | 305 | 144 | 103 |
| Binary | 1010111 | 11001111 | 11111111 | 1000010 | 10011 | 0 | 0 | 11000101 | 1100100 | 1000011 |
Color Harmonies of #57CFFF
Complementary color
Monochromatic Colors of #57CFFF
Black with #57CFFF
Text Example
Text Example
White with #57CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CFFF; }
p { color: rgb(87,207,255); }
H1.HeaderClassName
{
color: #57CFFF;
}
.AnyTagClassName
{
color: #57CFFF;
}
</style>
background-color css
<style>
a { background-color: #57CFFF; }
a { background-color: rgb(87,207,255); }
div.DivClassName
{
background-color: #57CFFF;
}
.BgClassName
{
background-color: #57CFFF;
}
</style>
border-color css
<style>
span { border-color: #57CFFF; }
span { border-color: rgb(87,207,255); }
td.TdClassName
{
border-color: #57CFFF;
}
.TagClassName
{
border-color: #57CFFF;
}
</style>