Shades of Maya Blue #55CFFC
Tints of Maya Blue #55CFFC
RGB
CMYK
RGB Variations
Color information
#55CFFC (or 0x55CFFC) is known color: Maya Blue. HEX triplet: 55, CF and FC. RGB value is (85,207,252). Sum of RGB (Red+Green+Blue) = 85+207+252=544 (72% of max value = 765). Red value is 85 (33.59% from 255 or 15.62% from 544); Green value is 207 (81.25% from 255 or 38.05% from 544); Blue value is 252 (98.83% from 255 or 46.32% from 544); Max value from RGB is 252 - color contains mainly: blue. Hex color #55CFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55CFFC is #AA3003. Grayscale: #AFAFAF. Windows color (decimal): -11153412 or 16568149. OLE color: 16568149.
HSL color Cylindrical-coordinate representation of color #55CFFC: hue angle of 196.17º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55CFFC is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 207 | 252 | - |
| CMYK | 0.66 | 0.18 | 0 | 0.01 |
| HSL | 196.17º | 0.97% | 0.66% | - |
| HSV(B) | 196.17º | 0.66% | 0.99% | - |
| XYZ | 43.63 | 53.59 | 100.14 | - |
| YUV | 175.65 | 171.08 | 63.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 207 | 252 | 0.66 | 0.18 | 0 | 0.01 | 196.17 | 0.97 | 0.66 |
| Hex | 55 | CF | FC | 42 | 12 | 0 | 1 | C4 | 61 | 42 |
| Octal | 125 | 317 | 374 | 102 | 22 | 0 | 1 | 304 | 141 | 102 |
| Binary | 1010101 | 11001111 | 11111100 | 1000010 | 10010 | 0 | 1 | 11000100 | 1100001 | 1000010 |
Color Harmonies of #55CFFC
Complementary color
Monochromatic Colors of #55CFFC
Black with #55CFFC
Text Example
Text Example
White with #55CFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CFFC; }
p { color: rgb(85,207,252); }
H1.HeaderClassName
{
color: #55CFFC;
}
.AnyTagClassName
{
color: #55CFFC;
}
</style>
background-color css
<style>
a { background-color: #55CFFC; }
a { background-color: rgb(85,207,252); }
div.DivClassName
{
background-color: #55CFFC;
}
.BgClassName
{
background-color: #55CFFC;
}
</style>
border-color css
<style>
span { border-color: #55CFFC; }
span { border-color: rgb(85,207,252); }
td.TdClassName
{
border-color: #55CFFC;
}
.TagClassName
{
border-color: #55CFFC;
}
</style>