Shades of Maya Blue #57C3FE
Tints of Maya Blue #57C3FE
RGB
CMYK
RGB Variations
Color information
#57C3FE (or 0x57C3FE) is known color: Maya Blue. HEX triplet: 57, C3 and FE. RGB value is (87,195,254). Sum of RGB (Red+Green+Blue) = 87+195+254=536 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.23% from 536); Green value is 195 (76.56% from 255 or 36.38% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #57C3FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57C3FE is #A83C01. Grayscale: #A9A9A9. Windows color (decimal): -11025410 or 16696151. OLE color: 16696151.
HSL color Cylindrical-coordinate representation of color #57C3FE: hue angle of 201.2º 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 #57C3FE is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 87 | 195 | 254 | - |
| CMYK | 0.66 | 0.23 | 0 | 0.00 |
| HSL | 201.2º | 0.99% | 0.67% | - |
| HSV(B) | 201.2º | 0.66% | 1% | - |
| XYZ | 41.33 | 48.21 | 100.89 | - |
| YUV | 169.43 | 175.72 | 69.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 195 | 254 | 0.66 | 0.23 | 0 | 0.00 | 201.2 | 0.99 | 0.67 |
| Hex | 57 | C3 | FE | 42 | 17 | 0 | 0 | C9 | 63 | 43 |
| Octal | 127 | 303 | 376 | 102 | 27 | 0 | 0 | 311 | 143 | 103 |
| Binary | 1010111 | 11000011 | 11111110 | 1000010 | 10111 | 0 | 0 | 11001001 | 1100011 | 1000011 |
Color Harmonies of #57C3FE
Complementary color
Monochromatic Colors of #57C3FE
Black with #57C3FE
Text Example
Text Example
White with #57C3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C3FE; }
p { color: rgb(87,195,254); }
H1.HeaderClassName
{
color: #57C3FE;
}
.AnyTagClassName
{
color: #57C3FE;
}
</style>
background-color css
<style>
a { background-color: #57C3FE; }
a { background-color: rgb(87,195,254); }
div.DivClassName
{
background-color: #57C3FE;
}
.BgClassName
{
background-color: #57C3FE;
}
</style>
border-color css
<style>
span { border-color: #57C3FE; }
span { border-color: rgb(87,195,254); }
td.TdClassName
{
border-color: #57C3FE;
}
.TagClassName
{
border-color: #57C3FE;
}
</style>