Shades of Maya Blue #55CCFF
Tints of Maya Blue #55CCFF
RGB
CMYK
RGB Variations
Color information
#55CCFF (or 0x55CCFF) is known color: Maya Blue. HEX triplet: 55, CC and FF. RGB value is (85,204,255). Sum of RGB (Red+Green+Blue) = 85+204+255=544 (72% of max value = 765). Red value is 85 (33.59% from 255 or 15.62% from 544); Green value is 204 (80.08% from 255 or 37.5% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #55CCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55CCFF is #AA3300. Grayscale: #ADADAD. Windows color (decimal): -11154177 or 16763989. OLE color: 16763989.
HSL color Cylindrical-coordinate representation of color #55CCFF: hue angle of 198º 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 #55CCFF is Cyan = 0.67, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 204 | 255 | - |
| CMYK | 0.67 | 0.2 | 0 | 0 |
| HSL | 198º | 1% | 0.67% | - |
| HSV(B) | 198º | 0.67% | 1% | - |
| XYZ | 43.39 | 52.34 | 102.42 | - |
| YUV | 174.23 | 173.58 | 64.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 204 | 255 | 0.67 | 0.2 | 0 | 0 | 198 | 1 | 0.67 |
| Hex | 55 | CC | FF | 43 | 14 | 0 | 0 | C6 | 64 | 43 |
| Octal | 125 | 314 | 377 | 103 | 24 | 0 | 0 | 306 | 144 | 103 |
| Binary | 1010101 | 11001100 | 11111111 | 1000011 | 10100 | 0 | 0 | 11000110 | 1100100 | 1000011 |
Color Harmonies of #55CCFF
Complementary color
Monochromatic Colors of #55CCFF
Black with #55CCFF
Text Example
Text Example
White with #55CCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CCFF; }
p { color: rgb(85,204,255); }
H1.HeaderClassName
{
color: #55CCFF;
}
.AnyTagClassName
{
color: #55CCFF;
}
</style>
background-color css
<style>
a { background-color: #55CCFF; }
a { background-color: rgb(85,204,255); }
div.DivClassName
{
background-color: #55CCFF;
}
.BgClassName
{
background-color: #55CCFF;
}
</style>
border-color css
<style>
span { border-color: #55CCFF; }
span { border-color: rgb(85,204,255); }
td.TdClassName
{
border-color: #55CCFF;
}
.TagClassName
{
border-color: #55CCFF;
}
</style>