Shades of Malibu #60BCDC
Tints of Malibu #60BCDC
RGB
CMYK
RGB Variations
Color information
#60BCDC (or 0x60BCDC) is known color: Malibu. HEX triplet: 60, BC and DC. RGB value is (96,188,220). Sum of RGB (Red+Green+Blue) = 96+188+220=504 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.05% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #60BCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BCDC is #9F4323. Grayscale: #A3A3A3. Windows color (decimal): -10437412 or 14466144. OLE color: 14466144.
HSL color Cylindrical-coordinate representation of color #60BCDC: hue angle of 195.48º degrees, saturation: 0.64, 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 #60BCDC is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 188 | 220 | - |
| CMYK | 0.56 | 0.15 | 0 | 0.14 |
| HSL | 195.48º | 0.64% | 0.62% | - |
| HSV(B) | 195.48º | 0.56% | 0.86% | - |
| XYZ | 35.73 | 43.62 | 74.25 | - |
| YUV | 164.14 | 159.52 | 79.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 188 | 220 | 0.56 | 0.15 | 0 | 0.14 | 195.48 | 0.64 | 0.62 |
| Hex | 60 | BC | DC | 38 | F | 0 | E | C3 | 40 | 3E |
| Octal | 140 | 274 | 334 | 70 | 17 | 0 | 16 | 303 | 100 | 76 |
| Binary | 1100000 | 10111100 | 11011100 | 111000 | 1111 | 0 | 1110 | 11000011 | 1000000 | 111110 |
Color Harmonies of #60BCDC
Complementary color
Monochromatic Colors of #60BCDC
Black with #60BCDC
Text Example
Text Example
White with #60BCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BCDC; }
p { color: rgb(96,188,220); }
H1.HeaderClassName
{
color: #60BCDC;
}
.AnyTagClassName
{
color: #60BCDC;
}
</style>
background-color css
<style>
a { background-color: #60BCDC; }
a { background-color: rgb(96,188,220); }
div.DivClassName
{
background-color: #60BCDC;
}
.BgClassName
{
background-color: #60BCDC;
}
</style>
border-color css
<style>
span { border-color: #60BCDC; }
span { border-color: rgb(96,188,220); }
td.TdClassName
{
border-color: #60BCDC;
}
.TagClassName
{
border-color: #60BCDC;
}
</style>