Shades of Malibu #60BDDC
Tints of Malibu #60BDDC
RGB
CMYK
RGB Variations
Color information
#60BDDC (or 0x60BDDC) is known color: Malibu. HEX triplet: 60, BD and DC. RGB value is (96,189,220). Sum of RGB (Red+Green+Blue) = 96+189+220=505 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.01% from 505); Green value is 189 (74.22% from 255 or 37.43% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #60BDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BDDC is #9F4223. Grayscale: #A4A4A4. Windows color (decimal): -10437156 or 14466400. OLE color: 14466400.
HSL color Cylindrical-coordinate representation of color #60BDDC: hue angle of 195º 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 #60BDDC is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 189 | 220 | - |
| CMYK | 0.56 | 0.14 | 0 | 0.14 |
| HSL | 195º | 0.64% | 0.62% | - |
| HSV(B) | 195º | 0.56% | 0.86% | - |
| XYZ | 35.94 | 44.05 | 74.32 | - |
| YUV | 164.73 | 159.19 | 78.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 189 | 220 | 0.56 | 0.14 | 0 | 0.14 | 195 | 0.64 | 0.62 |
| Hex | 60 | BD | DC | 38 | E | 0 | E | C3 | 40 | 3E |
| Octal | 140 | 275 | 334 | 70 | 16 | 0 | 16 | 303 | 100 | 76 |
| Binary | 1100000 | 10111101 | 11011100 | 111000 | 1110 | 0 | 1110 | 11000011 | 1000000 | 111110 |
Color Harmonies of #60BDDC
Complementary color
Monochromatic Colors of #60BDDC
Black with #60BDDC
Text Example
Text Example
White with #60BDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BDDC; }
p { color: rgb(96,189,220); }
H1.HeaderClassName
{
color: #60BDDC;
}
.AnyTagClassName
{
color: #60BDDC;
}
</style>
background-color css
<style>
a { background-color: #60BDDC; }
a { background-color: rgb(96,189,220); }
div.DivClassName
{
background-color: #60BDDC;
}
.BgClassName
{
background-color: #60BDDC;
}
</style>
border-color css
<style>
span { border-color: #60BDDC; }
span { border-color: rgb(96,189,220); }
td.TdClassName
{
border-color: #60BDDC;
}
.TagClassName
{
border-color: #60BDDC;
}
</style>