Shades of Malibu #60AFEC
Tints of Malibu #60AFEC
RGB
CMYK
RGB Variations
Color information
#60AFEC (or 0x60AFEC) is known color: Malibu. HEX triplet: 60, AF and EC. RGB value is (96,175,236). Sum of RGB (Red+Green+Blue) = 96+175+236=507 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.93% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #60AFEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60AFEC is #9F5013. Grayscale: #9E9E9E. Windows color (decimal): -10440724 or 15511392. OLE color: 15511392.
HSL color Cylindrical-coordinate representation of color #60AFEC: hue angle of 206.14º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60AFEC is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 175 | 236 | - |
| CMYK | 0.59 | 0.26 | 0 | 0.07 |
| HSL | 206.14º | 0.79% | 0.65% | - |
| HSV(B) | 206.14º | 0.59% | 0.93% | - |
| XYZ | 35.29 | 39.2 | 85.06 | - |
| YUV | 158.33 | 171.83 | 83.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 175 | 236 | 0.59 | 0.26 | 0 | 0.07 | 206.14 | 0.79 | 0.65 |
| Hex | 60 | AF | EC | 3B | 1A | 0 | 7 | CE | 4F | 41 |
| Octal | 140 | 257 | 354 | 73 | 32 | 0 | 7 | 316 | 117 | 101 |
| Binary | 1100000 | 10101111 | 11101100 | 111011 | 11010 | 0 | 111 | 11001110 | 1001111 | 1000001 |
Color Harmonies of #60AFEC
Complementary color
Monochromatic Colors of #60AFEC
Black with #60AFEC
Text Example
Text Example
White with #60AFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AFEC; }
p { color: rgb(96,175,236); }
H1.HeaderClassName
{
color: #60AFEC;
}
.AnyTagClassName
{
color: #60AFEC;
}
</style>
background-color css
<style>
a { background-color: #60AFEC; }
a { background-color: rgb(96,175,236); }
div.DivClassName
{
background-color: #60AFEC;
}
.BgClassName
{
background-color: #60AFEC;
}
</style>
border-color css
<style>
span { border-color: #60AFEC; }
span { border-color: rgb(96,175,236); }
td.TdClassName
{
border-color: #60AFEC;
}
.TagClassName
{
border-color: #60AFEC;
}
</style>