Shades of Malibu #61BBE0
Tints of Malibu #61BBE0
RGB
CMYK
RGB Variations
Color information
#61BBE0 (or 0x61BBE0) is known color: Malibu. HEX triplet: 61, BB and E0. RGB value is (97,187,224). Sum of RGB (Red+Green+Blue) = 97+187+224=508 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.09% from 508); Green value is 187 (73.44% from 255 or 36.81% from 508); Blue value is 224 (87.89% from 255 or 44.09% from 508); Max value from RGB is 224 - color contains mainly: blue. Hex color #61BBE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BBE0 is #9E441F. Grayscale: #A4A4A4. Windows color (decimal): -10372128 or 14728033. OLE color: 14728033.
HSL color Cylindrical-coordinate representation of color #61BBE0: hue angle of 197.48º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61BBE0 is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 97 | 187 | 224 | - |
| CMYK | 0.57 | 0.17 | 0 | 0.12 |
| HSL | 197.48º | 0.67% | 0.63% | - |
| HSV(B) | 197.48º | 0.57% | 0.88% | - |
| XYZ | 36.15 | 43.46 | 77 | - |
| YUV | 164.31 | 161.68 | 79.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 187 | 224 | 0.57 | 0.17 | 0 | 0.12 | 197.48 | 0.67 | 0.63 |
| Hex | 61 | BB | E0 | 39 | 11 | 0 | C | C5 | 43 | 3F |
| Octal | 141 | 273 | 340 | 71 | 21 | 0 | 14 | 305 | 103 | 77 |
| Binary | 1100001 | 10111011 | 11100000 | 111001 | 10001 | 0 | 1100 | 11000101 | 1000011 | 111111 |
Color Harmonies of #61BBE0
Complementary color
Monochromatic Colors of #61BBE0
Black with #61BBE0
Text Example
Text Example
White with #61BBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BBE0; }
p { color: rgb(97,187,224); }
H1.HeaderClassName
{
color: #61BBE0;
}
.AnyTagClassName
{
color: #61BBE0;
}
</style>
background-color css
<style>
a { background-color: #61BBE0; }
a { background-color: rgb(97,187,224); }
div.DivClassName
{
background-color: #61BBE0;
}
.BgClassName
{
background-color: #61BBE0;
}
</style>
border-color css
<style>
span { border-color: #61BBE0; }
span { border-color: rgb(97,187,224); }
td.TdClassName
{
border-color: #61BBE0;
}
.TagClassName
{
border-color: #61BBE0;
}
</style>