Shades of Maya Blue #55C8FF
Tints of Maya Blue #55C8FF
RGB
CMYK
RGB Variations
Color information
#55C8FF (or 0x55C8FF) is known color: Maya Blue. HEX triplet: 55, C8 and FF. RGB value is (85,200,255). Sum of RGB (Red+Green+Blue) = 85+200+255=540 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.74% from 540); Green value is 200 (78.52% from 255 or 37.04% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #55C8FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55C8FF is #AA3700. Grayscale: #ABABAB. Windows color (decimal): -11155201 or 16762965. OLE color: 16762965.
HSL color Cylindrical-coordinate representation of color #55C8FF: hue angle of 199.41º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55C8FF is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 200 | 255 | - |
| CMYK | 0.67 | 0.22 | 0 | 0 |
| HSL | 199.41º | 1% | 0.67% | - |
| HSV(B) | 199.41º | 0.67% | 1% | - |
| XYZ | 42.45 | 50.46 | 102.11 | - |
| YUV | 171.89 | 174.9 | 66.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 200 | 255 | 0.67 | 0.22 | 0 | 0 | 199.41 | 1 | 0.67 |
| Hex | 55 | C8 | FF | 43 | 16 | 0 | 0 | C7 | 64 | 43 |
| Octal | 125 | 310 | 377 | 103 | 26 | 0 | 0 | 307 | 144 | 103 |
| Binary | 1010101 | 11001000 | 11111111 | 1000011 | 10110 | 0 | 0 | 11000111 | 1100100 | 1000011 |
Color Harmonies of #55C8FF
Complementary color
Monochromatic Colors of #55C8FF
Black with #55C8FF
Text Example
Text Example
White with #55C8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C8FF; }
p { color: rgb(85,200,255); }
H1.HeaderClassName
{
color: #55C8FF;
}
.AnyTagClassName
{
color: #55C8FF;
}
</style>
background-color css
<style>
a { background-color: #55C8FF; }
a { background-color: rgb(85,200,255); }
div.DivClassName
{
background-color: #55C8FF;
}
.BgClassName
{
background-color: #55C8FF;
}
</style>
border-color css
<style>
span { border-color: #55C8FF; }
span { border-color: rgb(85,200,255); }
td.TdClassName
{
border-color: #55C8FF;
}
.TagClassName
{
border-color: #55C8FF;
}
</style>