Shades of Maya Blue #55C1FA
Tints of Maya Blue #55C1FA
RGB
CMYK
RGB Variations
Color information
#55C1FA (or 0x55C1FA) is known color: Maya Blue. HEX triplet: 55, C1 and FA. RGB value is (85,193,250). Sum of RGB (Red+Green+Blue) = 85+193+250=528 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.10% from 528); Green value is 193 (75.78% from 255 or 36.55% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #55C1FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55C1FA is #AA3E05. Grayscale: #A6A6A6. Windows color (decimal): -11156998 or 16433493. OLE color: 16433493.
HSL color Cylindrical-coordinate representation of color #55C1FA: hue angle of 200.73º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55C1FA is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 193 | 250 | - |
| CMYK | 0.66 | 0.23 | 0 | 0.02 |
| HSL | 200.73º | 0.94% | 0.66% | - |
| HSV(B) | 200.73º | 0.66% | 0.98% | - |
| XYZ | 40.07 | 46.97 | 97.4 | - |
| YUV | 167.21 | 174.72 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 193 | 250 | 0.66 | 0.23 | 0 | 0.02 | 200.73 | 0.94 | 0.66 |
| Hex | 55 | C1 | FA | 42 | 17 | 0 | 2 | C9 | 5E | 42 |
| Octal | 125 | 301 | 372 | 102 | 27 | 0 | 2 | 311 | 136 | 102 |
| Binary | 1010101 | 11000001 | 11111010 | 1000010 | 10111 | 0 | 10 | 11001001 | 1011110 | 1000010 |
Color Harmonies of #55C1FA
Complementary color
Monochromatic Colors of #55C1FA
Black with #55C1FA
Text Example
Text Example
White with #55C1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C1FA; }
p { color: rgb(85,193,250); }
H1.HeaderClassName
{
color: #55C1FA;
}
.AnyTagClassName
{
color: #55C1FA;
}
</style>
background-color css
<style>
a { background-color: #55C1FA; }
a { background-color: rgb(85,193,250); }
div.DivClassName
{
background-color: #55C1FA;
}
.BgClassName
{
background-color: #55C1FA;
}
</style>
border-color css
<style>
span { border-color: #55C1FA; }
span { border-color: rgb(85,193,250); }
td.TdClassName
{
border-color: #55C1FA;
}
.TagClassName
{
border-color: #55C1FA;
}
</style>