Shades of Malibu #61BBED
Tints of Malibu #61BBED
RGB
CMYK
RGB Variations
Color information
#61BBED (or 0x61BBED) is known color: Malibu. HEX triplet: 61, BB and ED. RGB value is (97,187,237). Sum of RGB (Red+Green+Blue) = 97+187+237=521 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.62% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #61BBED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61BBED is #9E4412. Grayscale: #A5A5A5. Windows color (decimal): -10372115 or 15580001. OLE color: 15580001.
HSL color Cylindrical-coordinate representation of color #61BBED: hue angle of 201.43º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61BBED is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 187 | 237 | - |
| CMYK | 0.59 | 0.21 | 0 | 0.07 |
| HSL | 201.43º | 0.8% | 0.65% | - |
| HSV(B) | 201.43º | 0.59% | 0.93% | - |
| XYZ | 37.99 | 44.2 | 86.65 | - |
| YUV | 165.79 | 168.18 | 78.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 187 | 237 | 0.59 | 0.21 | 0 | 0.07 | 201.43 | 0.8 | 0.65 |
| Hex | 61 | BB | ED | 3B | 15 | 0 | 7 | C9 | 50 | 41 |
| Octal | 141 | 273 | 355 | 73 | 25 | 0 | 7 | 311 | 120 | 101 |
| Binary | 1100001 | 10111011 | 11101101 | 111011 | 10101 | 0 | 111 | 11001001 | 1010000 | 1000001 |
Color Harmonies of #61BBED
Complementary color
Monochromatic Colors of #61BBED
Black with #61BBED
Text Example
Text Example
White with #61BBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BBED; }
p { color: rgb(97,187,237); }
H1.HeaderClassName
{
color: #61BBED;
}
.AnyTagClassName
{
color: #61BBED;
}
</style>
background-color css
<style>
a { background-color: #61BBED; }
a { background-color: rgb(97,187,237); }
div.DivClassName
{
background-color: #61BBED;
}
.BgClassName
{
background-color: #61BBED;
}
</style>
border-color css
<style>
span { border-color: #61BBED; }
span { border-color: rgb(97,187,237); }
td.TdClassName
{
border-color: #61BBED;
}
.TagClassName
{
border-color: #61BBED;
}
</style>