Shades of Maya Blue #55CDF9
Tints of Maya Blue #55CDF9
RGB
CMYK
RGB Variations
Color information
#55CDF9 (or 0x55CDF9) is known color: Maya Blue. HEX triplet: 55, CD and F9. RGB value is (85,205,249). Sum of RGB (Red+Green+Blue) = 85+205+249=539 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.77% from 539); Green value is 205 (80.47% from 255 or 38.03% from 539); Blue value is 249 (97.66% from 255 or 46.20% from 539); Max value from RGB is 249 - color contains mainly: blue. Hex color #55CDF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55CDF9 is #AA3206. Grayscale: #ADADAD. Windows color (decimal): -11153927 or 16371029. OLE color: 16371029.
HSL color Cylindrical-coordinate representation of color #55CDF9: hue angle of 196.1º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55CDF9 is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 205 | 249 | - |
| CMYK | 0.66 | 0.18 | 0 | 0.02 |
| HSL | 196.1º | 0.93% | 0.65% | - |
| HSV(B) | 196.1º | 0.66% | 0.98% | - |
| XYZ | 42.68 | 52.43 | 97.49 | - |
| YUV | 174.14 | 170.24 | 64.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 205 | 249 | 0.66 | 0.18 | 0 | 0.02 | 196.1 | 0.93 | 0.65 |
| Hex | 55 | CD | F9 | 42 | 12 | 0 | 2 | C4 | 5D | 41 |
| Octal | 125 | 315 | 371 | 102 | 22 | 0 | 2 | 304 | 135 | 101 |
| Binary | 1010101 | 11001101 | 11111001 | 1000010 | 10010 | 0 | 10 | 11000100 | 1011101 | 1000001 |
Color Harmonies of #55CDF9
Complementary color
Monochromatic Colors of #55CDF9
Black with #55CDF9
Text Example
Text Example
White with #55CDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CDF9; }
p { color: rgb(85,205,249); }
H1.HeaderClassName
{
color: #55CDF9;
}
.AnyTagClassName
{
color: #55CDF9;
}
</style>
background-color css
<style>
a { background-color: #55CDF9; }
a { background-color: rgb(85,205,249); }
div.DivClassName
{
background-color: #55CDF9;
}
.BgClassName
{
background-color: #55CDF9;
}
</style>
border-color css
<style>
span { border-color: #55CDF9; }
span { border-color: rgb(85,205,249); }
td.TdClassName
{
border-color: #55CDF9;
}
.TagClassName
{
border-color: #55CDF9;
}
</style>