Shades of Malibu #61BBE3
Tints of Malibu #61BBE3
RGB
CMYK
RGB Variations
Color information
#61BBE3 (or 0x61BBE3) is known color: Malibu. HEX triplet: 61, BB and E3. RGB value is (97,187,227). Sum of RGB (Red+Green+Blue) = 97+187+227=511 (67% of max value = 765). Red value is 97 (38.28% from 255 or 18.98% from 511); Green value is 187 (73.44% from 255 or 36.59% from 511); Blue value is 227 (89.06% from 255 or 44.42% from 511); Max value from RGB is 227 - color contains mainly: blue. Hex color #61BBE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BBE3 is #9E441C. Grayscale: #A4A4A4. Windows color (decimal): -10372125 or 14924641. OLE color: 14924641.
HSL color Cylindrical-coordinate representation of color #61BBE3: hue angle of 198.46º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61BBE3 is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 97 | 187 | 227 | - |
| CMYK | 0.57 | 0.18 | 0 | 0.11 |
| HSL | 198.46º | 0.7% | 0.64% | - |
| HSV(B) | 198.46º | 0.57% | 0.89% | - |
| XYZ | 36.57 | 43.63 | 79.17 | - |
| YUV | 164.65 | 163.18 | 79.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 187 | 227 | 0.57 | 0.18 | 0 | 0.11 | 198.46 | 0.7 | 0.64 |
| Hex | 61 | BB | E3 | 39 | 12 | 0 | B | C6 | 46 | 40 |
| Octal | 141 | 273 | 343 | 71 | 22 | 0 | 13 | 306 | 106 | 100 |
| Binary | 1100001 | 10111011 | 11100011 | 111001 | 10010 | 0 | 1011 | 11000110 | 1000110 | 1000000 |
Color Harmonies of #61BBE3
Complementary color
Monochromatic Colors of #61BBE3
Black with #61BBE3
Text Example
Text Example
White with #61BBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BBE3; }
p { color: rgb(97,187,227); }
H1.HeaderClassName
{
color: #61BBE3;
}
.AnyTagClassName
{
color: #61BBE3;
}
</style>
background-color css
<style>
a { background-color: #61BBE3; }
a { background-color: rgb(97,187,227); }
div.DivClassName
{
background-color: #61BBE3;
}
.BgClassName
{
background-color: #61BBE3;
}
</style>
border-color css
<style>
span { border-color: #61BBE3; }
span { border-color: rgb(97,187,227); }
td.TdClassName
{
border-color: #61BBE3;
}
.TagClassName
{
border-color: #61BBE3;
}
</style>