Shades of Malibu #61B5DB
Tints of Malibu #61B5DB
RGB
CMYK
RGB Variations
Color information
#61B5DB (or 0x61B5DB) is known color: Malibu. HEX triplet: 61, B5 and DB. RGB value is (97,181,219). Sum of RGB (Red+Green+Blue) = 97+181+219=497 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.52% from 497); Green value is 181 (71.09% from 255 or 36.42% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #61B5DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61B5DB is #9E4A24. Grayscale: #9F9F9F. Windows color (decimal): -10373669 or 14398817. OLE color: 14398817.
HSL color Cylindrical-coordinate representation of color #61B5DB: hue angle of 198.69º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61B5DB is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 97 | 181 | 219 | - |
CMYK | 0.56 | 0.17 | 0 | 0.14 |
HSL | 198.69º | 0.63% | 0.62% | - |
HSV(B) | 198.69º | 0.56% | 0.86% | - |
XYZ | 34.24 | 40.7 | 73.07 | - |
YUV | 160.22 | 161.17 | 82.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 97 | 181 | 219 | 0.56 | 0.17 | 0 | 0.14 | 198.69 | 0.63 | 0.62 |
Hex | 61 | B5 | DB | 38 | 11 | 0 | E | C7 | 3F | 3E |
Octal | 141 | 265 | 333 | 70 | 21 | 0 | 16 | 307 | 77 | 76 |
Binary | 1100001 | 10110101 | 11011011 | 111000 | 10001 | 0 | 1110 | 11000111 | 111111 | 111110 |
Color Harmonies of #61B5DB
Complementary color
Monochromatic Colors of #61B5DB
Black with #61B5DB
Text Example
Text Example
White with #61B5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B5DB; }
p { color: rgb(97,181,219); }
H1.HeaderClassName
{
color: #61B5DB;
}
.AnyTagClassName
{
color: #61B5DB;
}
</style>
background-color css
<style>
a { background-color: #61B5DB; }
a { background-color: rgb(97,181,219); }
div.DivClassName
{
background-color: #61B5DB;
}
.BgClassName
{
background-color: #61B5DB;
}
</style>
border-color css
<style>
span { border-color: #61B5DB; }
span { border-color: rgb(97,181,219); }
td.TdClassName
{
border-color: #61B5DB;
}
.TagClassName
{
border-color: #61B5DB;
}
</style>