Shades of Malibu #60BEDB
Tints of Malibu #60BEDB
RGB
CMYK
RGB Variations
Color information
#60BEDB (or 0x60BEDB) is known color: Malibu. HEX triplet: 60, BE and DB. RGB value is (96,190,219). Sum of RGB (Red+Green+Blue) = 96+190+219=505 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.01% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #60BEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BEDB is #9F4124. Grayscale: #A4A4A4. Windows color (decimal): -10436901 or 14401120. OLE color: 14401120.
HSL color Cylindrical-coordinate representation of color #60BEDB: hue angle of 194.15º 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 #60BEDB is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 190 | 219 | - |
| CMYK | 0.56 | 0.13 | 0 | 0.14 |
| HSL | 194.15º | 0.63% | 0.62% | - |
| HSV(B) | 194.15º | 0.56% | 0.86% | - |
| XYZ | 36.02 | 44.43 | 73.69 | - |
| YUV | 165.2 | 158.36 | 78.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 190 | 219 | 0.56 | 0.13 | 0 | 0.14 | 194.15 | 0.63 | 0.62 |
| Hex | 60 | BE | DB | 38 | D | 0 | E | C2 | 3F | 3E |
| Octal | 140 | 276 | 333 | 70 | 15 | 0 | 16 | 302 | 77 | 76 |
| Binary | 1100000 | 10111110 | 11011011 | 111000 | 1101 | 0 | 1110 | 11000010 | 111111 | 111110 |
Color Harmonies of #60BEDB
Complementary color
Monochromatic Colors of #60BEDB
Black with #60BEDB
Text Example
Text Example
White with #60BEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BEDB; }
p { color: rgb(96,190,219); }
H1.HeaderClassName
{
color: #60BEDB;
}
.AnyTagClassName
{
color: #60BEDB;
}
</style>
background-color css
<style>
a { background-color: #60BEDB; }
a { background-color: rgb(96,190,219); }
div.DivClassName
{
background-color: #60BEDB;
}
.BgClassName
{
background-color: #60BEDB;
}
</style>
border-color css
<style>
span { border-color: #60BEDB; }
span { border-color: rgb(96,190,219); }
td.TdClassName
{
border-color: #60BEDB;
}
.TagClassName
{
border-color: #60BEDB;
}
</style>