Shades of Malibu #61BFE8
Tints of Malibu #61BFE8
RGB
CMYK
RGB Variations
Color information
#61BFE8 (or 0x61BFE8) is known color: Malibu. HEX triplet: 61, BF and E8. RGB value is (97,191,232). Sum of RGB (Red+Green+Blue) = 97+191+232=520 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.65% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 232 (91.02% from 255 or 44.62% from 520); Max value from RGB is 232 - color contains mainly: blue. Hex color #61BFE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61BFE8 is #9E4017. Grayscale: #A7A7A7. Windows color (decimal): -10371096 or 15253345. OLE color: 15253345.
HSL color Cylindrical-coordinate representation of color #61BFE8: hue angle of 198.22º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61BFE8 is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 97 | 191 | 232 | - |
| CMYK | 0.58 | 0.18 | 0 | 0.09 |
| HSL | 198.22º | 0.75% | 0.65% | - |
| HSV(B) | 198.22º | 0.58% | 0.91% | - |
| XYZ | 38.13 | 45.63 | 83.14 | - |
| YUV | 167.57 | 164.36 | 77.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 191 | 232 | 0.58 | 0.18 | 0 | 0.09 | 198.22 | 0.75 | 0.65 |
| Hex | 61 | BF | E8 | 3A | 12 | 0 | 9 | C6 | 4B | 41 |
| Octal | 141 | 277 | 350 | 72 | 22 | 0 | 11 | 306 | 113 | 101 |
| Binary | 1100001 | 10111111 | 11101000 | 111010 | 10010 | 0 | 1001 | 11000110 | 1001011 | 1000001 |
Color Harmonies of #61BFE8
Complementary color
Monochromatic Colors of #61BFE8
Black with #61BFE8
Text Example
Text Example
White with #61BFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BFE8; }
p { color: rgb(97,191,232); }
H1.HeaderClassName
{
color: #61BFE8;
}
.AnyTagClassName
{
color: #61BFE8;
}
</style>
background-color css
<style>
a { background-color: #61BFE8; }
a { background-color: rgb(97,191,232); }
div.DivClassName
{
background-color: #61BFE8;
}
.BgClassName
{
background-color: #61BFE8;
}
</style>
border-color css
<style>
span { border-color: #61BFE8; }
span { border-color: rgb(97,191,232); }
td.TdClassName
{
border-color: #61BFE8;
}
.TagClassName
{
border-color: #61BFE8;
}
</style>