Shades of Malibu #60C3E6
Tints of Malibu #60C3E6
RGB
CMYK
RGB Variations
Color information
#60C3E6 (or 0x60C3E6) is known color: Malibu. HEX triplet: 60, C3 and E6. RGB value is (96,195,230). Sum of RGB (Red+Green+Blue) = 96+195+230=521 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.43% from 521); Green value is 195 (76.56% from 255 or 37.43% from 521); Blue value is 230 (90.23% from 255 or 44.15% from 521); Max value from RGB is 230 - color contains mainly: blue. Hex color #60C3E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60C3E6 is #9F3C19. Grayscale: #A9A9A9. Windows color (decimal): -10435610 or 15123296. OLE color: 15123296.
HSL color Cylindrical-coordinate representation of color #60C3E6: hue angle of 195.67º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60C3E6 is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 96 | 195 | 230 | - |
| CMYK | 0.58 | 0.15 | 0 | 0.10 |
| HSL | 195.67º | 0.73% | 0.64% | - |
| HSV(B) | 195.67º | 0.58% | 0.9% | - |
| XYZ | 38.62 | 47.23 | 81.94 | - |
| YUV | 169.39 | 162.2 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 195 | 230 | 0.58 | 0.15 | 0 | 0.10 | 195.67 | 0.73 | 0.64 |
| Hex | 60 | C3 | E6 | 3A | F | 0 | A | C4 | 49 | 40 |
| Octal | 140 | 303 | 346 | 72 | 17 | 0 | 12 | 304 | 111 | 100 |
| Binary | 1100000 | 11000011 | 11100110 | 111010 | 1111 | 0 | 1010 | 11000100 | 1001001 | 1000000 |
Color Harmonies of #60C3E6
Complementary color
Monochromatic Colors of #60C3E6
Black with #60C3E6
Text Example
Text Example
White with #60C3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C3E6; }
p { color: rgb(96,195,230); }
H1.HeaderClassName
{
color: #60C3E6;
}
.AnyTagClassName
{
color: #60C3E6;
}
</style>
background-color css
<style>
a { background-color: #60C3E6; }
a { background-color: rgb(96,195,230); }
div.DivClassName
{
background-color: #60C3E6;
}
.BgClassName
{
background-color: #60C3E6;
}
</style>
border-color css
<style>
span { border-color: #60C3E6; }
span { border-color: rgb(96,195,230); }
td.TdClassName
{
border-color: #60C3E6;
}
.TagClassName
{
border-color: #60C3E6;
}
</style>