Shades of Maya Blue #55CDFF
Tints of Maya Blue #55CDFF
RGB
CMYK
RGB Variations
Color information
#55CDFF (or 0x55CDFF) is known color: Maya Blue. HEX triplet: 55, CD and FF. RGB value is (85,205,255). Sum of RGB (Red+Green+Blue) = 85+205+255=545 (72% of max value = 765). Red value is 85 (33.59% from 255 or 15.60% from 545); Green value is 205 (80.47% from 255 or 37.61% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #55CDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55CDFF is #AA3200. Grayscale: #AEAEAE. Windows color (decimal): -11153921 or 16764245. OLE color: 16764245.
HSL color Cylindrical-coordinate representation of color #55CDFF: hue angle of 197.65º 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 #55CDFF is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 205 | 255 | - |
| CMYK | 0.67 | 0.20 | 0 | 0 |
| HSL | 197.65º | 1% | 0.67% | - |
| HSV(B) | 197.65º | 0.67% | 1% | - |
| XYZ | 43.63 | 52.81 | 102.5 | - |
| YUV | 174.82 | 173.24 | 63.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 205 | 255 | 0.67 | 0.20 | 0 | 0 | 197.65 | 1 | 0.67 |
| Hex | 55 | CD | FF | 43 | 14 | 0 | 0 | C6 | 64 | 43 |
| Octal | 125 | 315 | 377 | 103 | 24 | 0 | 0 | 306 | 144 | 103 |
| Binary | 1010101 | 11001101 | 11111111 | 1000011 | 10100 | 0 | 0 | 11000110 | 1100100 | 1000011 |
Color Harmonies of #55CDFF
Complementary color
Monochromatic Colors of #55CDFF
Black with #55CDFF
Text Example
Text Example
White with #55CDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CDFF; }
p { color: rgb(85,205,255); }
H1.HeaderClassName
{
color: #55CDFF;
}
.AnyTagClassName
{
color: #55CDFF;
}
</style>
background-color css
<style>
a { background-color: #55CDFF; }
a { background-color: rgb(85,205,255); }
div.DivClassName
{
background-color: #55CDFF;
}
.BgClassName
{
background-color: #55CDFF;
}
</style>
border-color css
<style>
span { border-color: #55CDFF; }
span { border-color: rgb(85,205,255); }
td.TdClassName
{
border-color: #55CDFF;
}
.TagClassName
{
border-color: #55CDFF;
}
</style>