Shades of Malibu #61BBF1
Tints of Malibu #61BBF1
RGB
CMYK
RGB Variations
Color information
#61BBF1 (or 0x61BBF1) is known color: Malibu. HEX triplet: 61, BB and F1. RGB value is (97,187,241). Sum of RGB (Red+Green+Blue) = 97+187+241=525 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.48% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 241 (94.53% from 255 or 45.90% from 525); Max value from RGB is 241 - color contains mainly: blue. Hex color #61BBF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61BBF1 is #9E440E. Grayscale: #A5A5A5. Windows color (decimal): -10372111 or 15842145. OLE color: 15842145.
HSL color Cylindrical-coordinate representation of color #61BBF1: hue angle of 202.5º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61BBF1 is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 187 | 241 | - |
| CMYK | 0.60 | 0.22 | 0 | 0.05 |
| HSL | 202.5º | 0.84% | 0.66% | - |
| HSV(B) | 202.5º | 0.6% | 0.95% | - |
| XYZ | 38.58 | 44.43 | 89.76 | - |
| YUV | 166.25 | 170.18 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 187 | 241 | 0.60 | 0.22 | 0 | 0.05 | 202.5 | 0.84 | 0.66 |
| Hex | 61 | BB | F1 | 3C | 16 | 0 | 5 | CA | 54 | 42 |
| Octal | 141 | 273 | 361 | 74 | 26 | 0 | 5 | 312 | 124 | 102 |
| Binary | 1100001 | 10111011 | 11110001 | 111100 | 10110 | 0 | 101 | 11001010 | 1010100 | 1000010 |
Color Harmonies of #61BBF1
Complementary color
Monochromatic Colors of #61BBF1
Black with #61BBF1
Text Example
Text Example
White with #61BBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BBF1; }
p { color: rgb(97,187,241); }
H1.HeaderClassName
{
color: #61BBF1;
}
.AnyTagClassName
{
color: #61BBF1;
}
</style>
background-color css
<style>
a { background-color: #61BBF1; }
a { background-color: rgb(97,187,241); }
div.DivClassName
{
background-color: #61BBF1;
}
.BgClassName
{
background-color: #61BBF1;
}
</style>
border-color css
<style>
span { border-color: #61BBF1; }
span { border-color: rgb(97,187,241); }
td.TdClassName
{
border-color: #61BBF1;
}
.TagClassName
{
border-color: #61BBF1;
}
</style>