Shades of Malibu #55C7EA
Tints of Malibu #55C7EA
RGB
CMYK
RGB Variations
Color information
#55C7EA (or 0x55C7EA) is known color: Malibu. HEX triplet: 55, C7 and EA. RGB value is (85,199,234). Sum of RGB (Red+Green+Blue) = 85+199+234=518 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.41% from 518); Green value is 199 (78.12% from 255 or 38.42% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #55C7EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55C7EA is #AA3815. Grayscale: #A8A8A8. Windows color (decimal): -11155478 or 15386453. OLE color: 15386453.
HSL color Cylindrical-coordinate representation of color #55C7EA: hue angle of 194.09º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55C7EA is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 199 | 234 | - |
| CMYK | 0.64 | 0.15 | 0 | 0.08 |
| HSL | 194.09º | 0.78% | 0.63% | - |
| HSV(B) | 194.09º | 0.64% | 0.92% | - |
| XYZ | 39.02 | 48.72 | 85.19 | - |
| YUV | 168.9 | 164.73 | 68.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 199 | 234 | 0.64 | 0.15 | 0 | 0.08 | 194.09 | 0.78 | 0.63 |
| Hex | 55 | C7 | EA | 40 | F | 0 | 8 | C2 | 4E | 3F |
| Octal | 125 | 307 | 352 | 100 | 17 | 0 | 10 | 302 | 116 | 77 |
| Binary | 1010101 | 11000111 | 11101010 | 1000000 | 1111 | 0 | 1000 | 11000010 | 1001110 | 111111 |
Color Harmonies of #55C7EA
Complementary color
Monochromatic Colors of #55C7EA
Black with #55C7EA
Text Example
Text Example
White with #55C7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C7EA; }
p { color: rgb(85,199,234); }
H1.HeaderClassName
{
color: #55C7EA;
}
.AnyTagClassName
{
color: #55C7EA;
}
</style>
background-color css
<style>
a { background-color: #55C7EA; }
a { background-color: rgb(85,199,234); }
div.DivClassName
{
background-color: #55C7EA;
}
.BgClassName
{
background-color: #55C7EA;
}
</style>
border-color css
<style>
span { border-color: #55C7EA; }
span { border-color: rgb(85,199,234); }
td.TdClassName
{
border-color: #55C7EA;
}
.TagClassName
{
border-color: #55C7EA;
}
</style>