Shades of Malibu #60C2EE
Tints of Malibu #60C2EE
RGB
CMYK
RGB Variations
Color information
#60C2EE (or 0x60C2EE) is known color: Malibu. HEX triplet: 60, C2 and EE. RGB value is (96,194,238). Sum of RGB (Red+Green+Blue) = 96+194+238=528 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.18% from 528); Green value is 194 (76.17% from 255 or 36.74% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #60C2EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60C2EE is #9F3D11. Grayscale: #A9A9A9. Windows color (decimal): -10435858 or 15647328. OLE color: 15647328.
HSL color Cylindrical-coordinate representation of color #60C2EE: hue angle of 198.59º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60C2EE is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 194 | 238 | - |
| CMYK | 0.60 | 0.18 | 0 | 0.07 |
| HSL | 198.59º | 0.81% | 0.65% | - |
| HSV(B) | 198.59º | 0.6% | 0.93% | - |
| XYZ | 39.55 | 47.24 | 87.92 | - |
| YUV | 169.71 | 166.53 | 75.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 194 | 238 | 0.60 | 0.18 | 0 | 0.07 | 198.59 | 0.81 | 0.65 |
| Hex | 60 | C2 | EE | 3C | 12 | 0 | 7 | C7 | 51 | 41 |
| Octal | 140 | 302 | 356 | 74 | 22 | 0 | 7 | 307 | 121 | 101 |
| Binary | 1100000 | 11000010 | 11101110 | 111100 | 10010 | 0 | 111 | 11000111 | 1010001 | 1000001 |
Color Harmonies of #60C2EE
Complementary color
Monochromatic Colors of #60C2EE
Black with #60C2EE
Text Example
Text Example
White with #60C2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C2EE; }
p { color: rgb(96,194,238); }
H1.HeaderClassName
{
color: #60C2EE;
}
.AnyTagClassName
{
color: #60C2EE;
}
</style>
background-color css
<style>
a { background-color: #60C2EE; }
a { background-color: rgb(96,194,238); }
div.DivClassName
{
background-color: #60C2EE;
}
.BgClassName
{
background-color: #60C2EE;
}
</style>
border-color css
<style>
span { border-color: #60C2EE; }
span { border-color: rgb(96,194,238); }
td.TdClassName
{
border-color: #60C2EE;
}
.TagClassName
{
border-color: #60C2EE;
}
</style>