Shades of Maya Blue #55CAFC
Tints of Maya Blue #55CAFC
RGB
CMYK
RGB Variations
Color information
#55CAFC (or 0x55CAFC) is known color: Maya Blue. HEX triplet: 55, CA and FC. RGB value is (85,202,252). Sum of RGB (Red+Green+Blue) = 85+202+252=539 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.77% from 539); Green value is 202 (79.30% from 255 or 37.48% from 539); Blue value is 252 (98.83% from 255 or 46.75% from 539); Max value from RGB is 252 - color contains mainly: blue. Hex color #55CAFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55CAFC is #AA3503. Grayscale: #ACACAC. Windows color (decimal): -11154692 or 16566869. OLE color: 16566869.
HSL color Cylindrical-coordinate representation of color #55CAFC: hue angle of 197.96º 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 #55CAFC is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 202 | 252 | - |
| CMYK | 0.66 | 0.20 | 0 | 0.01 |
| HSL | 197.96º | 0.97% | 0.66% | - |
| HSV(B) | 197.96º | 0.66% | 0.99% | - |
| XYZ | 42.44 | 51.2 | 99.74 | - |
| YUV | 172.72 | 172.74 | 65.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 202 | 252 | 0.66 | 0.20 | 0 | 0.01 | 197.96 | 0.97 | 0.66 |
| Hex | 55 | CA | FC | 42 | 14 | 0 | 1 | C6 | 61 | 42 |
| Octal | 125 | 312 | 374 | 102 | 24 | 0 | 1 | 306 | 141 | 102 |
| Binary | 1010101 | 11001010 | 11111100 | 1000010 | 10100 | 0 | 1 | 11000110 | 1100001 | 1000010 |
Color Harmonies of #55CAFC
Complementary color
Monochromatic Colors of #55CAFC
Black with #55CAFC
Text Example
Text Example
White with #55CAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CAFC; }
p { color: rgb(85,202,252); }
H1.HeaderClassName
{
color: #55CAFC;
}
.AnyTagClassName
{
color: #55CAFC;
}
</style>
background-color css
<style>
a { background-color: #55CAFC; }
a { background-color: rgb(85,202,252); }
div.DivClassName
{
background-color: #55CAFC;
}
.BgClassName
{
background-color: #55CAFC;
}
</style>
border-color css
<style>
span { border-color: #55CAFC; }
span { border-color: rgb(85,202,252); }
td.TdClassName
{
border-color: #55CAFC;
}
.TagClassName
{
border-color: #55CAFC;
}
</style>