Shades of Maya Blue #55CEFE
Tints of Maya Blue #55CEFE
RGB
CMYK
RGB Variations
Color information
#55CEFE (or 0x55CEFE) is known color: Maya Blue. HEX triplet: 55, CE and FE. RGB value is (85,206,254). Sum of RGB (Red+Green+Blue) = 85+206+254=545 (72% of max value = 765). Red value is 85 (33.59% from 255 or 15.60% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #55CEFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55CEFE is #AA3101. Grayscale: #AEAEAE. Windows color (decimal): -11153666 or 16698965. OLE color: 16698965.
HSL color Cylindrical-coordinate representation of color #55CEFE: hue angle of 197.04º 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 #55CEFE is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 206 | 254 | - |
| CMYK | 0.67 | 0.19 | 0 | 0.00 |
| HSL | 197.04º | 0.99% | 0.66% | - |
| HSV(B) | 197.04º | 0.67% | 1% | - |
| XYZ | 43.71 | 53.23 | 101.74 | - |
| YUV | 175.29 | 172.41 | 63.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 206 | 254 | 0.67 | 0.19 | 0 | 0.00 | 197.04 | 0.99 | 0.66 |
| Hex | 55 | CE | FE | 43 | 13 | 0 | 0 | C5 | 63 | 42 |
| Octal | 125 | 316 | 376 | 103 | 23 | 0 | 0 | 305 | 143 | 102 |
| Binary | 1010101 | 11001110 | 11111110 | 1000011 | 10011 | 0 | 0 | 11000101 | 1100011 | 1000010 |
Color Harmonies of #55CEFE
Complementary color
Monochromatic Colors of #55CEFE
Black with #55CEFE
Text Example
Text Example
White with #55CEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CEFE; }
p { color: rgb(85,206,254); }
H1.HeaderClassName
{
color: #55CEFE;
}
.AnyTagClassName
{
color: #55CEFE;
}
</style>
background-color css
<style>
a { background-color: #55CEFE; }
a { background-color: rgb(85,206,254); }
div.DivClassName
{
background-color: #55CEFE;
}
.BgClassName
{
background-color: #55CEFE;
}
</style>
border-color css
<style>
span { border-color: #55CEFE; }
span { border-color: rgb(85,206,254); }
td.TdClassName
{
border-color: #55CEFE;
}
.TagClassName
{
border-color: #55CEFE;
}
</style>