Shades of Malibu #60BFDE
Tints of Malibu #60BFDE
RGB
CMYK
RGB Variations
Color information
#60BFDE (or 0x60BFDE) is known color: Malibu. HEX triplet: 60, BF and DE. RGB value is (96,191,222). Sum of RGB (Red+Green+Blue) = 96+191+222=509 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.86% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 222 (87.11% from 255 or 43.61% from 509); Max value from RGB is 222 - color contains mainly: blue. Hex color #60BFDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BFDE is #9F4021. Grayscale: #A5A5A5. Windows color (decimal): -10436642 or 14597984. OLE color: 14597984.
HSL color Cylindrical-coordinate representation of color #60BFDE: hue angle of 194.76º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60BFDE is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 191 | 222 | - |
| CMYK | 0.57 | 0.14 | 0 | 0.13 |
| HSL | 194.76º | 0.66% | 0.62% | - |
| HSV(B) | 194.76º | 0.57% | 0.87% | - |
| XYZ | 36.64 | 45.02 | 75.87 | - |
| YUV | 166.13 | 159.53 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 191 | 222 | 0.57 | 0.14 | 0 | 0.13 | 194.76 | 0.66 | 0.62 |
| Hex | 60 | BF | DE | 39 | E | 0 | D | C3 | 42 | 3E |
| Octal | 140 | 277 | 336 | 71 | 16 | 0 | 15 | 303 | 102 | 76 |
| Binary | 1100000 | 10111111 | 11011110 | 111001 | 1110 | 0 | 1101 | 11000011 | 1000010 | 111110 |
Color Harmonies of #60BFDE
Complementary color
Monochromatic Colors of #60BFDE
Black with #60BFDE
Text Example
Text Example
White with #60BFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BFDE; }
p { color: rgb(96,191,222); }
H1.HeaderClassName
{
color: #60BFDE;
}
.AnyTagClassName
{
color: #60BFDE;
}
</style>
background-color css
<style>
a { background-color: #60BFDE; }
a { background-color: rgb(96,191,222); }
div.DivClassName
{
background-color: #60BFDE;
}
.BgClassName
{
background-color: #60BFDE;
}
</style>
border-color css
<style>
span { border-color: #60BFDE; }
span { border-color: rgb(96,191,222); }
td.TdClassName
{
border-color: #60BFDE;
}
.TagClassName
{
border-color: #60BFDE;
}
</style>