Shades of Maya Blue #55C2FF
Tints of Maya Blue #55C2FF
RGB
CMYK
RGB Variations
Color information
#55C2FF (or 0x55C2FF) is known color: Maya Blue. HEX triplet: 55, C2 and FF. RGB value is (85,194,255). Sum of RGB (Red+Green+Blue) = 85+194+255=534 (70% of max value = 765). Red value is 85 (33.59% from 255 or 15.92% from 534); Green value is 194 (76.17% from 255 or 36.33% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #55C2FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55C2FF is #AA3D00. Grayscale: #A8A8A8. Windows color (decimal): -11156737 or 16761429. OLE color: 16761429.
HSL color Cylindrical-coordinate representation of color #55C2FF: hue angle of 201.53º 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 #55C2FF is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 194 | 255 | - |
| CMYK | 0.67 | 0.24 | 0 | 0 |
| HSL | 201.53º | 1% | 0.67% | - |
| HSV(B) | 201.53º | 0.67% | 1% | - |
| XYZ | 41.09 | 47.73 | 101.66 | - |
| YUV | 168.36 | 176.89 | 68.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 194 | 255 | 0.67 | 0.24 | 0 | 0 | 201.53 | 1 | 0.67 |
| Hex | 55 | C2 | FF | 43 | 18 | 0 | 0 | CA | 64 | 43 |
| Octal | 125 | 302 | 377 | 103 | 30 | 0 | 0 | 312 | 144 | 103 |
| Binary | 1010101 | 11000010 | 11111111 | 1000011 | 11000 | 0 | 0 | 11001010 | 1100100 | 1000011 |
Color Harmonies of #55C2FF
Complementary color
Monochromatic Colors of #55C2FF
Black with #55C2FF
Text Example
Text Example
White with #55C2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C2FF; }
p { color: rgb(85,194,255); }
H1.HeaderClassName
{
color: #55C2FF;
}
.AnyTagClassName
{
color: #55C2FF;
}
</style>
background-color css
<style>
a { background-color: #55C2FF; }
a { background-color: rgb(85,194,255); }
div.DivClassName
{
background-color: #55C2FF;
}
.BgClassName
{
background-color: #55C2FF;
}
</style>
border-color css
<style>
span { border-color: #55C2FF; }
span { border-color: rgb(85,194,255); }
td.TdClassName
{
border-color: #55C2FF;
}
.TagClassName
{
border-color: #55C2FF;
}
</style>