Shades of Maya Blue #55CBFE
Tints of Maya Blue #55CBFE
RGB
CMYK
RGB Variations
Color information
#55CBFE (or 0x55CBFE) is known color: Maya Blue. HEX triplet: 55, CB and FE. RGB value is (85,203,254). Sum of RGB (Red+Green+Blue) = 85+203+254=542 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.68% from 542); Green value is 203 (79.69% from 255 or 37.45% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #55CBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55CBFE is #AA3401. Grayscale: #ADADAD. Windows color (decimal): -11154434 or 16698197. OLE color: 16698197.
HSL color Cylindrical-coordinate representation of color #55CBFE: hue angle of 198.11º 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 #55CBFE is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 203 | 254 | - |
| CMYK | 0.67 | 0.20 | 0 | 0.00 |
| HSL | 198.11º | 0.99% | 0.66% | - |
| HSV(B) | 198.11º | 0.67% | 1% | - |
| XYZ | 42.99 | 51.8 | 101.5 | - |
| YUV | 173.53 | 173.41 | 64.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 203 | 254 | 0.67 | 0.20 | 0 | 0.00 | 198.11 | 0.99 | 0.66 |
| Hex | 55 | CB | FE | 43 | 14 | 0 | 0 | C6 | 63 | 42 |
| Octal | 125 | 313 | 376 | 103 | 24 | 0 | 0 | 306 | 143 | 102 |
| Binary | 1010101 | 11001011 | 11111110 | 1000011 | 10100 | 0 | 0 | 11000110 | 1100011 | 1000010 |
Color Harmonies of #55CBFE
Complementary color
Monochromatic Colors of #55CBFE
Black with #55CBFE
Text Example
Text Example
White with #55CBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CBFE; }
p { color: rgb(85,203,254); }
H1.HeaderClassName
{
color: #55CBFE;
}
.AnyTagClassName
{
color: #55CBFE;
}
</style>
background-color css
<style>
a { background-color: #55CBFE; }
a { background-color: rgb(85,203,254); }
div.DivClassName
{
background-color: #55CBFE;
}
.BgClassName
{
background-color: #55CBFE;
}
</style>
border-color css
<style>
span { border-color: #55CBFE; }
span { border-color: rgb(85,203,254); }
td.TdClassName
{
border-color: #55CBFE;
}
.TagClassName
{
border-color: #55CBFE;
}
</style>