Shades of Maya Blue #55CCFE
Tints of Maya Blue #55CCFE
RGB
CMYK
RGB Variations
Color information
#55CCFE (or 0x55CCFE) is known color: Maya Blue. HEX triplet: 55, CC and FE. RGB value is (85,204,254). Sum of RGB (Red+Green+Blue) = 85+204+254=543 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.65% from 543); Green value is 204 (80.08% from 255 or 37.57% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #55CCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55CCFE is #AA3301. Grayscale: #ADADAD. Windows color (decimal): -11154178 or 16698453. OLE color: 16698453.
HSL color Cylindrical-coordinate representation of color #55CCFE: hue angle of 197.75º 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 #55CCFE is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 204 | 254 | - |
| CMYK | 0.67 | 0.20 | 0 | 0.00 |
| HSL | 197.75º | 0.99% | 0.66% | - |
| HSV(B) | 197.75º | 0.67% | 1% | - |
| XYZ | 43.23 | 52.27 | 101.58 | - |
| YUV | 174.12 | 173.08 | 64.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 204 | 254 | 0.67 | 0.20 | 0 | 0.00 | 197.75 | 0.99 | 0.66 |
| Hex | 55 | CC | FE | 43 | 14 | 0 | 0 | C6 | 63 | 42 |
| Octal | 125 | 314 | 376 | 103 | 24 | 0 | 0 | 306 | 143 | 102 |
| Binary | 1010101 | 11001100 | 11111110 | 1000011 | 10100 | 0 | 0 | 11000110 | 1100011 | 1000010 |
Color Harmonies of #55CCFE
Complementary color
Monochromatic Colors of #55CCFE
Black with #55CCFE
Text Example
Text Example
White with #55CCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CCFE; }
p { color: rgb(85,204,254); }
H1.HeaderClassName
{
color: #55CCFE;
}
.AnyTagClassName
{
color: #55CCFE;
}
</style>
background-color css
<style>
a { background-color: #55CCFE; }
a { background-color: rgb(85,204,254); }
div.DivClassName
{
background-color: #55CCFE;
}
.BgClassName
{
background-color: #55CCFE;
}
</style>
border-color css
<style>
span { border-color: #55CCFE; }
span { border-color: rgb(85,204,254); }
td.TdClassName
{
border-color: #55CCFE;
}
.TagClassName
{
border-color: #55CCFE;
}
</style>