Shades of Maya Blue #55C7FE
Tints of Maya Blue #55C7FE
RGB
CMYK
RGB Variations
Color information
#55C7FE (or 0x55C7FE) is known color: Maya Blue. HEX triplet: 55, C7 and FE. RGB value is (85,199,254). Sum of RGB (Red+Green+Blue) = 85+199+254=538 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.80% from 538); Green value is 199 (78.12% from 255 or 36.99% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #55C7FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55C7FE is #AA3801. Grayscale: #AAAAAA. Windows color (decimal): -11155458 or 16697173. OLE color: 16697173.
HSL color Cylindrical-coordinate representation of color #55C7FE: hue angle of 199.53º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55C7FE is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 199 | 254 | - |
| CMYK | 0.67 | 0.22 | 0 | 0.00 |
| HSL | 199.53º | 0.99% | 0.66% | - |
| HSV(B) | 199.53º | 0.67% | 1% | - |
| XYZ | 42.06 | 49.93 | 101.19 | - |
| YUV | 171.18 | 174.73 | 66.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 199 | 254 | 0.67 | 0.22 | 0 | 0.00 | 199.53 | 0.99 | 0.66 |
| Hex | 55 | C7 | FE | 43 | 16 | 0 | 0 | C8 | 63 | 42 |
| Octal | 125 | 307 | 376 | 103 | 26 | 0 | 0 | 310 | 143 | 102 |
| Binary | 1010101 | 11000111 | 11111110 | 1000011 | 10110 | 0 | 0 | 11001000 | 1100011 | 1000010 |
Color Harmonies of #55C7FE
Complementary color
Monochromatic Colors of #55C7FE
Black with #55C7FE
Text Example
Text Example
White with #55C7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C7FE; }
p { color: rgb(85,199,254); }
H1.HeaderClassName
{
color: #55C7FE;
}
.AnyTagClassName
{
color: #55C7FE;
}
</style>
background-color css
<style>
a { background-color: #55C7FE; }
a { background-color: rgb(85,199,254); }
div.DivClassName
{
background-color: #55C7FE;
}
.BgClassName
{
background-color: #55C7FE;
}
</style>
border-color css
<style>
span { border-color: #55C7FE; }
span { border-color: rgb(85,199,254); }
td.TdClassName
{
border-color: #55C7FE;
}
.TagClassName
{
border-color: #55C7FE;
}
</style>