Shades of Malibu #7ABCE5
Tints of Malibu #7ABCE5
RGB
CMYK
RGB Variations
Color information
#7ABCE5 (or 0x7ABCE5) is known color: Malibu. HEX triplet: 7A, BC and E5. RGB value is (122,188,229). Sum of RGB (Red+Green+Blue) = 122+188+229=539 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.63% from 539); Green value is 188 (73.83% from 255 or 34.88% from 539); Blue value is 229 (89.84% from 255 or 42.49% from 539); Max value from RGB is 229 - color contains mainly: blue. Hex color #7ABCE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABCE5 is #85431A. Grayscale: #ACACAC. Windows color (decimal): -8733467 or 15055994. OLE color: 15055994.
HSL color Cylindrical-coordinate representation of color #7ABCE5: hue angle of 202.99º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7ABCE5 is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 122 | 188 | 229 | - |
| CMYK | 0.47 | 0.18 | 0 | 0.10 |
| HSL | 202.99º | 0.67% | 0.69% | - |
| HSV(B) | 202.99º | 0.47% | 0.9% | - |
| XYZ | 40.15 | 45.76 | 80.85 | - |
| YUV | 172.94 | 159.63 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 188 | 229 | 0.47 | 0.18 | 0 | 0.10 | 202.99 | 0.67 | 0.69 |
| Hex | 7A | BC | E5 | 2F | 12 | 0 | A | CB | 43 | 45 |
| Octal | 172 | 274 | 345 | 57 | 22 | 0 | 12 | 313 | 103 | 105 |
| Binary | 1111010 | 10111100 | 11100101 | 101111 | 10010 | 0 | 1010 | 11001011 | 1000011 | 1000101 |
Color Harmonies of #7ABCE5
Complementary color
Monochromatic Colors of #7ABCE5
Black with #7ABCE5
Text Example
Text Example
White with #7ABCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABCE5; }
p { color: rgb(122,188,229); }
H1.HeaderClassName
{
color: #7ABCE5;
}
.AnyTagClassName
{
color: #7ABCE5;
}
</style>
background-color css
<style>
a { background-color: #7ABCE5; }
a { background-color: rgb(122,188,229); }
div.DivClassName
{
background-color: #7ABCE5;
}
.BgClassName
{
background-color: #7ABCE5;
}
</style>
border-color css
<style>
span { border-color: #7ABCE5; }
span { border-color: rgb(122,188,229); }
td.TdClassName
{
border-color: #7ABCE5;
}
.TagClassName
{
border-color: #7ABCE5;
}
</style>