Shades of Maya Blue #55D0FF
Tints of Maya Blue #55D0FF
RGB
CMYK
RGB Variations
Color information
#55D0FF (or 0x55D0FF) is known color: Maya Blue. HEX triplet: 55, D0 and FF. RGB value is (85,208,255). Sum of RGB (Red+Green+Blue) = 85+208+255=548 (72% of max value = 765). Red value is 85 (33.59% from 255 or 15.51% from 548); Green value is 208 (81.64% from 255 or 37.96% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #55D0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55D0FF is #AA2F00. Grayscale: #B0B0B0. Windows color (decimal): -11153153 or 16765013. OLE color: 16765013.
HSL color Cylindrical-coordinate representation of color #55D0FF: hue angle of 196.59º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55D0FF is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 208 | 255 | - |
| CMYK | 0.67 | 0.18 | 0 | 0 |
| HSL | 196.59º | 1% | 0.67% | - |
| HSV(B) | 196.59º | 0.67% | 1% | - |
| XYZ | 44.35 | 54.26 | 102.74 | - |
| YUV | 176.58 | 172.25 | 62.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 208 | 255 | 0.67 | 0.18 | 0 | 0 | 196.59 | 1 | 0.67 |
| Hex | 55 | D0 | FF | 43 | 12 | 0 | 0 | C5 | 64 | 43 |
| Octal | 125 | 320 | 377 | 103 | 22 | 0 | 0 | 305 | 144 | 103 |
| Binary | 1010101 | 11010000 | 11111111 | 1000011 | 10010 | 0 | 0 | 11000101 | 1100100 | 1000011 |
Color Harmonies of #55D0FF
Complementary color
Monochromatic Colors of #55D0FF
Black with #55D0FF
Text Example
Text Example
White with #55D0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D0FF; }
p { color: rgb(85,208,255); }
H1.HeaderClassName
{
color: #55D0FF;
}
.AnyTagClassName
{
color: #55D0FF;
}
</style>
background-color css
<style>
a { background-color: #55D0FF; }
a { background-color: rgb(85,208,255); }
div.DivClassName
{
background-color: #55D0FF;
}
.BgClassName
{
background-color: #55D0FF;
}
</style>
border-color css
<style>
span { border-color: #55D0FF; }
span { border-color: rgb(85,208,255); }
td.TdClassName
{
border-color: #55D0FF;
}
.TagClassName
{
border-color: #55D0FF;
}
</style>