Shades of Maya Blue #55C2FC
Tints of Maya Blue #55C2FC
RGB
CMYK
RGB Variations
Color information
#55C2FC (or 0x55C2FC) is known color: Maya Blue. HEX triplet: 55, C2 and FC. RGB value is (85,194,252). Sum of RGB (Red+Green+Blue) = 85+194+252=531 (70% of max value = 765). Red value is 85 (33.59% from 255 or 16.01% from 531); Green value is 194 (76.17% from 255 or 36.53% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #55C2FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55C2FC is #AA3D03. Grayscale: #A7A7A7. Windows color (decimal): -11156740 or 16564821. OLE color: 16564821.
HSL color Cylindrical-coordinate representation of color #55C2FC: hue angle of 200.84º 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 #55C2FC is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 194 | 252 | - |
| CMYK | 0.66 | 0.23 | 0 | 0.01 |
| HSL | 200.84º | 0.97% | 0.66% | - |
| HSV(B) | 200.84º | 0.66% | 0.99% | - |
| XYZ | 40.61 | 47.54 | 99.13 | - |
| YUV | 168.02 | 175.39 | 68.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 194 | 252 | 0.66 | 0.23 | 0 | 0.01 | 200.84 | 0.97 | 0.66 |
| Hex | 55 | C2 | FC | 42 | 17 | 0 | 1 | C9 | 61 | 42 |
| Octal | 125 | 302 | 374 | 102 | 27 | 0 | 1 | 311 | 141 | 102 |
| Binary | 1010101 | 11000010 | 11111100 | 1000010 | 10111 | 0 | 1 | 11001001 | 1100001 | 1000010 |
Color Harmonies of #55C2FC
Complementary color
Monochromatic Colors of #55C2FC
Black with #55C2FC
Text Example
Text Example
White with #55C2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C2FC; }
p { color: rgb(85,194,252); }
H1.HeaderClassName
{
color: #55C2FC;
}
.AnyTagClassName
{
color: #55C2FC;
}
</style>
background-color css
<style>
a { background-color: #55C2FC; }
a { background-color: rgb(85,194,252); }
div.DivClassName
{
background-color: #55C2FC;
}
.BgClassName
{
background-color: #55C2FC;
}
</style>
border-color css
<style>
span { border-color: #55C2FC; }
span { border-color: rgb(85,194,252); }
td.TdClassName
{
border-color: #55C2FC;
}
.TagClassName
{
border-color: #55C2FC;
}
</style>