Shades of Maya Blue #55CFFF
Tints of Maya Blue #55CFFF
RGB
CMYK
RGB Variations
Color information
#55CFFF (or 0x55CFFF) is known color: Maya Blue. HEX triplet: 55, CF and FF. RGB value is (85,207,255). Sum of RGB (Red+Green+Blue) = 85+207+255=547 (72% of max value = 765). Red value is 85 (33.59% from 255 or 15.54% from 547); Green value is 207 (81.25% from 255 or 37.84% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #55CFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55CFFF is #AA3000. Grayscale: #AFAFAF. Windows color (decimal): -11153409 or 16764757. OLE color: 16764757.
HSL color Cylindrical-coordinate representation of color #55CFFF: hue angle of 196.94º 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 #55CFFF is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 207 | 255 | - |
| CMYK | 0.67 | 0.19 | 0 | 0 |
| HSL | 196.94º | 1% | 0.67% | - |
| HSV(B) | 196.94º | 0.67% | 1% | - |
| XYZ | 44.11 | 53.78 | 102.66 | - |
| YUV | 175.99 | 172.58 | 63.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 207 | 255 | 0.67 | 0.19 | 0 | 0 | 196.94 | 1 | 0.67 |
| Hex | 55 | CF | FF | 43 | 13 | 0 | 0 | C5 | 64 | 43 |
| Octal | 125 | 317 | 377 | 103 | 23 | 0 | 0 | 305 | 144 | 103 |
| Binary | 1010101 | 11001111 | 11111111 | 1000011 | 10011 | 0 | 0 | 11000101 | 1100100 | 1000011 |
Color Harmonies of #55CFFF
Complementary color
Monochromatic Colors of #55CFFF
Black with #55CFFF
Text Example
Text Example
White with #55CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CFFF; }
p { color: rgb(85,207,255); }
H1.HeaderClassName
{
color: #55CFFF;
}
.AnyTagClassName
{
color: #55CFFF;
}
</style>
background-color css
<style>
a { background-color: #55CFFF; }
a { background-color: rgb(85,207,255); }
div.DivClassName
{
background-color: #55CFFF;
}
.BgClassName
{
background-color: #55CFFF;
}
</style>
border-color css
<style>
span { border-color: #55CFFF; }
span { border-color: rgb(85,207,255); }
td.TdClassName
{
border-color: #55CFFF;
}
.TagClassName
{
border-color: #55CFFF;
}
</style>