Shades of Malibu #60C3F2
Tints of Malibu #60C3F2
RGB
CMYK
RGB Variations
Color information
#60C3F2 (or 0x60C3F2) is known color: Malibu. HEX triplet: 60, C3 and F2. RGB value is (96,195,242). Sum of RGB (Red+Green+Blue) = 96+195+242=533 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.01% from 533); Green value is 195 (76.56% from 255 or 36.59% from 533); Blue value is 242 (94.92% from 255 or 45.40% from 533); Max value from RGB is 242 - color contains mainly: blue. Hex color #60C3F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60C3F2 is #9F3C0D. Grayscale: #AAAAAA. Windows color (decimal): -10435598 or 15909728. OLE color: 15909728.
HSL color Cylindrical-coordinate representation of color #60C3F2: hue angle of 199.32º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60C3F2 is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 195 | 242 | - |
| CMYK | 0.60 | 0.19 | 0 | 0.05 |
| HSL | 199.32º | 0.85% | 0.66% | - |
| HSV(B) | 199.32º | 0.6% | 0.95% | - |
| XYZ | 40.37 | 47.93 | 91.13 | - |
| YUV | 170.76 | 168.2 | 74.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 195 | 242 | 0.60 | 0.19 | 0 | 0.05 | 199.32 | 0.85 | 0.66 |
| Hex | 60 | C3 | F2 | 3C | 13 | 0 | 5 | C7 | 55 | 42 |
| Octal | 140 | 303 | 362 | 74 | 23 | 0 | 5 | 307 | 125 | 102 |
| Binary | 1100000 | 11000011 | 11110010 | 111100 | 10011 | 0 | 101 | 11000111 | 1010101 | 1000010 |
Color Harmonies of #60C3F2
Complementary color
Monochromatic Colors of #60C3F2
Black with #60C3F2
Text Example
Text Example
White with #60C3F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C3F2; }
p { color: rgb(96,195,242); }
H1.HeaderClassName
{
color: #60C3F2;
}
.AnyTagClassName
{
color: #60C3F2;
}
</style>
background-color css
<style>
a { background-color: #60C3F2; }
a { background-color: rgb(96,195,242); }
div.DivClassName
{
background-color: #60C3F2;
}
.BgClassName
{
background-color: #60C3F2;
}
</style>
border-color css
<style>
span { border-color: #60C3F2; }
span { border-color: rgb(96,195,242); }
td.TdClassName
{
border-color: #60C3F2;
}
.TagClassName
{
border-color: #60C3F2;
}
</style>