Shades of Maya Blue #55CDFE
Tints of Maya Blue #55CDFE
RGB
CMYK
RGB Variations
Color information
#55CDFE (or 0x55CDFE) is known color: Maya Blue. HEX triplet: 55, CD and FE. RGB value is (85,205,254). Sum of RGB (Red+Green+Blue) = 85+205+254=544 (72% of max value = 765). Red value is 85 (33.59% from 255 or 15.62% from 544); Green value is 205 (80.47% from 255 or 37.68% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #55CDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55CDFE is #AA3201. Grayscale: #AEAEAE. Windows color (decimal): -11153922 or 16698709. OLE color: 16698709.
HSL color Cylindrical-coordinate representation of color #55CDFE: hue angle of 197.4º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55CDFE is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 205 | 254 | - |
| CMYK | 0.67 | 0.19 | 0 | 0.00 |
| HSL | 197.4º | 0.99% | 0.66% | - |
| HSV(B) | 197.4º | 0.67% | 1% | - |
| XYZ | 43.47 | 52.75 | 101.66 | - |
| YUV | 174.71 | 172.74 | 64.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 205 | 254 | 0.67 | 0.19 | 0 | 0.00 | 197.4 | 0.99 | 0.66 |
| Hex | 55 | CD | FE | 43 | 13 | 0 | 0 | C5 | 63 | 42 |
| Octal | 125 | 315 | 376 | 103 | 23 | 0 | 0 | 305 | 143 | 102 |
| Binary | 1010101 | 11001101 | 11111110 | 1000011 | 10011 | 0 | 0 | 11000101 | 1100011 | 1000010 |
Color Harmonies of #55CDFE
Complementary color
Monochromatic Colors of #55CDFE
Black with #55CDFE
Text Example
Text Example
White with #55CDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CDFE; }
p { color: rgb(85,205,254); }
H1.HeaderClassName
{
color: #55CDFE;
}
.AnyTagClassName
{
color: #55CDFE;
}
</style>
background-color css
<style>
a { background-color: #55CDFE; }
a { background-color: rgb(85,205,254); }
div.DivClassName
{
background-color: #55CDFE;
}
.BgClassName
{
background-color: #55CDFE;
}
</style>
border-color css
<style>
span { border-color: #55CDFE; }
span { border-color: rgb(85,205,254); }
td.TdClassName
{
border-color: #55CDFE;
}
.TagClassName
{
border-color: #55CDFE;
}
</style>