Shades of Malibu #60BCDA
Tints of Malibu #60BCDA
RGB
CMYK
RGB Variations
Color information
#60BCDA (or 0x60BCDA) is known color: Malibu. HEX triplet: 60, BC and DA. RGB value is (96,188,218). Sum of RGB (Red+Green+Blue) = 96+188+218=502 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.12% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 218 - color contains mainly: blue. Hex color #60BCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BCDA is #9F4325. Grayscale: #A3A3A3. Windows color (decimal): -10437414 or 14335072. OLE color: 14335072.
HSL color Cylindrical-coordinate representation of color #60BCDA: hue angle of 194.75º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60BCDA is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 188 | 218 | - |
| CMYK | 0.56 | 0.14 | 0 | 0.15 |
| HSL | 194.75º | 0.62% | 0.62% | - |
| HSV(B) | 194.75º | 0.56% | 0.85% | - |
| XYZ | 35.46 | 43.52 | 72.86 | - |
| YUV | 163.91 | 158.52 | 79.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 188 | 218 | 0.56 | 0.14 | 0 | 0.15 | 194.75 | 0.62 | 0.62 |
| Hex | 60 | BC | DA | 38 | E | 0 | F | C3 | 3E | 3E |
| Octal | 140 | 274 | 332 | 70 | 16 | 0 | 17 | 303 | 76 | 76 |
| Binary | 1100000 | 10111100 | 11011010 | 111000 | 1110 | 0 | 1111 | 11000011 | 111110 | 111110 |
Color Harmonies of #60BCDA
Complementary color
Monochromatic Colors of #60BCDA
Black with #60BCDA
Text Example
Text Example
White with #60BCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BCDA; }
p { color: rgb(96,188,218); }
H1.HeaderClassName
{
color: #60BCDA;
}
.AnyTagClassName
{
color: #60BCDA;
}
</style>
background-color css
<style>
a { background-color: #60BCDA; }
a { background-color: rgb(96,188,218); }
div.DivClassName
{
background-color: #60BCDA;
}
.BgClassName
{
background-color: #60BCDA;
}
</style>
border-color css
<style>
span { border-color: #60BCDA; }
span { border-color: rgb(96,188,218); }
td.TdClassName
{
border-color: #60BCDA;
}
.TagClassName
{
border-color: #60BCDA;
}
</style>