Shades of Maya Blue #55C0FC
Tints of Maya Blue #55C0FC
RGB
CMYK
RGB Variations
Color information
#55C0FC (or 0x55C0FC) is known color: Maya Blue. HEX triplet: 55, C0 and FC. RGB value is (85,192,252). Sum of RGB (Red+Green+Blue) = 85+192+252=529 (70% of max value = 765). Red value is 85 (33.59% from 255 or 16.07% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #55C0FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55C0FC is #AA3F03. Grayscale: #A6A6A6. Windows color (decimal): -11157252 or 16564309. OLE color: 16564309.
HSL color Cylindrical-coordinate representation of color #55C0FC: hue angle of 201.56º 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 #55C0FC is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 192 | 252 | - |
| CMYK | 0.66 | 0.24 | 0 | 0.01 |
| HSL | 201.56º | 0.97% | 0.66% | - |
| HSV(B) | 201.56º | 0.66% | 0.99% | - |
| XYZ | 40.17 | 46.66 | 98.98 | - |
| YUV | 166.85 | 176.05 | 69.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 192 | 252 | 0.66 | 0.24 | 0 | 0.01 | 201.56 | 0.97 | 0.66 |
| Hex | 55 | C0 | FC | 42 | 18 | 0 | 1 | CA | 61 | 42 |
| Octal | 125 | 300 | 374 | 102 | 30 | 0 | 1 | 312 | 141 | 102 |
| Binary | 1010101 | 11000000 | 11111100 | 1000010 | 11000 | 0 | 1 | 11001010 | 1100001 | 1000010 |
Color Harmonies of #55C0FC
Complementary color
Monochromatic Colors of #55C0FC
Black with #55C0FC
Text Example
Text Example
White with #55C0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C0FC; }
p { color: rgb(85,192,252); }
H1.HeaderClassName
{
color: #55C0FC;
}
.AnyTagClassName
{
color: #55C0FC;
}
</style>
background-color css
<style>
a { background-color: #55C0FC; }
a { background-color: rgb(85,192,252); }
div.DivClassName
{
background-color: #55C0FC;
}
.BgClassName
{
background-color: #55C0FC;
}
</style>
border-color css
<style>
span { border-color: #55C0FC; }
span { border-color: rgb(85,192,252); }
td.TdClassName
{
border-color: #55C0FC;
}
.TagClassName
{
border-color: #55C0FC;
}
</style>