Shades of Malibu #60C3DA
Tints of Malibu #60C3DA
RGB
CMYK
RGB Variations
Color information
#60C3DA (or 0x60C3DA) is known color: Malibu. HEX triplet: 60, C3 and DA. RGB value is (96,195,218). Sum of RGB (Red+Green+Blue) = 96+195+218=509 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.86% from 509); Green value is 195 (76.56% from 255 or 38.31% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #60C3DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C3DA is #9F3C25. Grayscale: #A7A7A7. Windows color (decimal): -10435622 or 14336864. OLE color: 14336864.
HSL color Cylindrical-coordinate representation of color #60C3DA: hue angle of 191.31º 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 #60C3DA is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 195 | 218 | - |
| CMYK | 0.56 | 0.11 | 0 | 0.15 |
| HSL | 191.31º | 0.62% | 0.62% | - |
| HSV(B) | 191.31º | 0.56% | 0.85% | - |
| XYZ | 36.99 | 46.58 | 73.37 | - |
| YUV | 168.02 | 156.2 | 76.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 195 | 218 | 0.56 | 0.11 | 0 | 0.15 | 191.31 | 0.62 | 0.62 |
| Hex | 60 | C3 | DA | 38 | B | 0 | F | BF | 3E | 3E |
| Octal | 140 | 303 | 332 | 70 | 13 | 0 | 17 | 277 | 76 | 76 |
| Binary | 1100000 | 11000011 | 11011010 | 111000 | 1011 | 0 | 1111 | 10111111 | 111110 | 111110 |
Color Harmonies of #60C3DA
Complementary color
Monochromatic Colors of #60C3DA
Black with #60C3DA
Text Example
Text Example
White with #60C3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C3DA; }
p { color: rgb(96,195,218); }
H1.HeaderClassName
{
color: #60C3DA;
}
.AnyTagClassName
{
color: #60C3DA;
}
</style>
background-color css
<style>
a { background-color: #60C3DA; }
a { background-color: rgb(96,195,218); }
div.DivClassName
{
background-color: #60C3DA;
}
.BgClassName
{
background-color: #60C3DA;
}
</style>
border-color css
<style>
span { border-color: #60C3DA; }
span { border-color: rgb(96,195,218); }
td.TdClassName
{
border-color: #60C3DA;
}
.TagClassName
{
border-color: #60C3DA;
}
</style>