Shades of Malibu #60AFE1
Tints of Malibu #60AFE1
RGB
CMYK
RGB Variations
Color information
#60AFE1 (or 0x60AFE1) is known color: Malibu. HEX triplet: 60, AF and E1. RGB value is (96,175,225). Sum of RGB (Red+Green+Blue) = 96+175+225=496 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.35% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 225 (88.28% from 255 or 45.36% from 496); Max value from RGB is 225 - color contains mainly: blue. Hex color #60AFE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60AFE1 is #9F501E. Grayscale: #9C9C9C. Windows color (decimal): -10440735 or 14790496. OLE color: 14790496.
HSL color Cylindrical-coordinate representation of color #60AFE1: hue angle of 203.26º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60AFE1 is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 96 | 175 | 225 | - |
| CMYK | 0.57 | 0.22 | 0 | 0.12 |
| HSL | 203.26º | 0.68% | 0.63% | - |
| HSV(B) | 203.26º | 0.57% | 0.88% | - |
| XYZ | 33.74 | 38.58 | 76.9 | - |
| YUV | 157.08 | 166.33 | 84.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 175 | 225 | 0.57 | 0.22 | 0 | 0.12 | 203.26 | 0.68 | 0.63 |
| Hex | 60 | AF | E1 | 39 | 16 | 0 | C | CB | 44 | 3F |
| Octal | 140 | 257 | 341 | 71 | 26 | 0 | 14 | 313 | 104 | 77 |
| Binary | 1100000 | 10101111 | 11100001 | 111001 | 10110 | 0 | 1100 | 11001011 | 1000100 | 111111 |
Color Harmonies of #60AFE1
Complementary color
Monochromatic Colors of #60AFE1
Black with #60AFE1
Text Example
Text Example
White with #60AFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AFE1; }
p { color: rgb(96,175,225); }
H1.HeaderClassName
{
color: #60AFE1;
}
.AnyTagClassName
{
color: #60AFE1;
}
</style>
background-color css
<style>
a { background-color: #60AFE1; }
a { background-color: rgb(96,175,225); }
div.DivClassName
{
background-color: #60AFE1;
}
.BgClassName
{
background-color: #60AFE1;
}
</style>
border-color css
<style>
span { border-color: #60AFE1; }
span { border-color: rgb(96,175,225); }
td.TdClassName
{
border-color: #60AFE1;
}
.TagClassName
{
border-color: #60AFE1;
}
</style>