Shades of Malibu #60AFDF
Tints of Malibu #60AFDF
RGB
CMYK
RGB Variations
Color information
#60AFDF (or 0x60AFDF) is known color: Malibu. HEX triplet: 60, AF and DF. RGB value is (96,175,223). Sum of RGB (Red+Green+Blue) = 96+175+223=494 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.43% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #60AFDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60AFDF is #9F5020. Grayscale: #9C9C9C. Windows color (decimal): -10440737 or 14659424. OLE color: 14659424.
HSL color Cylindrical-coordinate representation of color #60AFDF: hue angle of 202.68º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60AFDF is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 175 | 223 | - |
| CMYK | 0.57 | 0.22 | 0 | 0.13 |
| HSL | 202.68º | 0.66% | 0.63% | - |
| HSV(B) | 202.68º | 0.57% | 0.87% | - |
| XYZ | 33.47 | 38.47 | 75.47 | - |
| YUV | 156.85 | 165.33 | 84.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 175 | 223 | 0.57 | 0.22 | 0 | 0.13 | 202.68 | 0.66 | 0.63 |
| Hex | 60 | AF | DF | 39 | 16 | 0 | D | CB | 42 | 3F |
| Octal | 140 | 257 | 337 | 71 | 26 | 0 | 15 | 313 | 102 | 77 |
| Binary | 1100000 | 10101111 | 11011111 | 111001 | 10110 | 0 | 1101 | 11001011 | 1000010 | 111111 |
Color Harmonies of #60AFDF
Complementary color
Monochromatic Colors of #60AFDF
Black with #60AFDF
Text Example
Text Example
White with #60AFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AFDF; }
p { color: rgb(96,175,223); }
H1.HeaderClassName
{
color: #60AFDF;
}
.AnyTagClassName
{
color: #60AFDF;
}
</style>
background-color css
<style>
a { background-color: #60AFDF; }
a { background-color: rgb(96,175,223); }
div.DivClassName
{
background-color: #60AFDF;
}
.BgClassName
{
background-color: #60AFDF;
}
</style>
border-color css
<style>
span { border-color: #60AFDF; }
span { border-color: rgb(96,175,223); }
td.TdClassName
{
border-color: #60AFDF;
}
.TagClassName
{
border-color: #60AFDF;
}
</style>