Shades of Maya Blue #55BFFC
Tints of Maya Blue #55BFFC
RGB
CMYK
RGB Variations
Color information
#55BFFC (or 0x55BFFC) is known color: Maya Blue. HEX triplet: 55, BF and FC. RGB value is (85,191,252). Sum of RGB (Red+Green+Blue) = 85+191+252=528 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.10% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #55BFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55BFFC is #AA4003. Grayscale: #A5A5A5. Windows color (decimal): -11157508 or 16564053. OLE color: 16564053.
HSL color Cylindrical-coordinate representation of color #55BFFC: hue angle of 201.92º 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 #55BFFC is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 85 | 191 | 252 | - |
| CMYK | 0.66 | 0.24 | 0 | 0.01 |
| HSL | 201.92º | 0.97% | 0.66% | - |
| HSV(B) | 201.92º | 0.66% | 0.99% | - |
| XYZ | 39.95 | 46.22 | 98.91 | - |
| YUV | 166.26 | 176.38 | 70.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 191 | 252 | 0.66 | 0.24 | 0 | 0.01 | 201.92 | 0.97 | 0.66 |
| Hex | 55 | BF | FC | 42 | 18 | 0 | 1 | CA | 61 | 42 |
| Octal | 125 | 277 | 374 | 102 | 30 | 0 | 1 | 312 | 141 | 102 |
| Binary | 1010101 | 10111111 | 11111100 | 1000010 | 11000 | 0 | 1 | 11001010 | 1100001 | 1000010 |
Color Harmonies of #55BFFC
Complementary color
Monochromatic Colors of #55BFFC
Black with #55BFFC
Text Example
Text Example
White with #55BFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BFFC; }
p { color: rgb(85,191,252); }
H1.HeaderClassName
{
color: #55BFFC;
}
.AnyTagClassName
{
color: #55BFFC;
}
</style>
background-color css
<style>
a { background-color: #55BFFC; }
a { background-color: rgb(85,191,252); }
div.DivClassName
{
background-color: #55BFFC;
}
.BgClassName
{
background-color: #55BFFC;
}
</style>
border-color css
<style>
span { border-color: #55BFFC; }
span { border-color: rgb(85,191,252); }
td.TdClassName
{
border-color: #55BFFC;
}
.TagClassName
{
border-color: #55BFFC;
}
</style>