Shades of Malibu #61BDE7
Tints of Malibu #61BDE7
RGB
CMYK
RGB Variations
Color information
#61BDE7 (or 0x61BDE7) is known color: Malibu. HEX triplet: 61, BD and E7. RGB value is (97,189,231). Sum of RGB (Red+Green+Blue) = 97+189+231=517 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.76% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 231 (90.62% from 255 or 44.68% from 517); Max value from RGB is 231 - color contains mainly: blue. Hex color #61BDE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61BDE7 is #9E4218. Grayscale: #A6A6A6. Windows color (decimal): -10371609 or 15187297. OLE color: 15187297.
HSL color Cylindrical-coordinate representation of color #61BDE7: hue angle of 198.81º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61BDE7 is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 97 | 189 | 231 | - |
| CMYK | 0.58 | 0.18 | 0 | 0.09 |
| HSL | 198.81º | 0.74% | 0.64% | - |
| HSV(B) | 198.81º | 0.58% | 0.91% | - |
| XYZ | 37.55 | 44.71 | 82.25 | - |
| YUV | 166.28 | 164.52 | 78.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 189 | 231 | 0.58 | 0.18 | 0 | 0.09 | 198.81 | 0.74 | 0.64 |
| Hex | 61 | BD | E7 | 3A | 12 | 0 | 9 | C7 | 4A | 40 |
| Octal | 141 | 275 | 347 | 72 | 22 | 0 | 11 | 307 | 112 | 100 |
| Binary | 1100001 | 10111101 | 11100111 | 111010 | 10010 | 0 | 1001 | 11000111 | 1001010 | 1000000 |
Color Harmonies of #61BDE7
Complementary color
Monochromatic Colors of #61BDE7
Black with #61BDE7
Text Example
Text Example
White with #61BDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BDE7; }
p { color: rgb(97,189,231); }
H1.HeaderClassName
{
color: #61BDE7;
}
.AnyTagClassName
{
color: #61BDE7;
}
</style>
background-color css
<style>
a { background-color: #61BDE7; }
a { background-color: rgb(97,189,231); }
div.DivClassName
{
background-color: #61BDE7;
}
.BgClassName
{
background-color: #61BDE7;
}
</style>
border-color css
<style>
span { border-color: #61BDE7; }
span { border-color: rgb(97,189,231); }
td.TdClassName
{
border-color: #61BDE7;
}
.TagClassName
{
border-color: #61BDE7;
}
</style>