Shades of Malibu #60B2ED
Tints of Malibu #60B2ED
RGB
CMYK
RGB Variations
Color information
#60B2ED (or 0x60B2ED) is known color: Malibu. HEX triplet: 60, B2 and ED. RGB value is (96,178,237). Sum of RGB (Red+Green+Blue) = 96+178+237=511 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.79% from 511); Green value is 178 (69.92% from 255 or 34.83% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 237 - color contains mainly: blue. Hex color #60B2ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60B2ED is #9F4D12. Grayscale: #9F9F9F. Windows color (decimal): -10439955 or 15577696. OLE color: 15577696.
HSL color Cylindrical-coordinate representation of color #60B2ED: hue angle of 205.11º degrees, saturation: 0.8, 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 #60B2ED is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 178 | 237 | - |
| CMYK | 0.59 | 0.25 | 0 | 0.07 |
| HSL | 205.11º | 0.8% | 0.65% | - |
| HSV(B) | 205.11º | 0.59% | 0.93% | - |
| XYZ | 36.03 | 40.44 | 86.03 | - |
| YUV | 160.21 | 171.33 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 178 | 237 | 0.59 | 0.25 | 0 | 0.07 | 205.11 | 0.8 | 0.65 |
| Hex | 60 | B2 | ED | 3B | 19 | 0 | 7 | CD | 50 | 41 |
| Octal | 140 | 262 | 355 | 73 | 31 | 0 | 7 | 315 | 120 | 101 |
| Binary | 1100000 | 10110010 | 11101101 | 111011 | 11001 | 0 | 111 | 11001101 | 1010000 | 1000001 |
Color Harmonies of #60B2ED
Complementary color
Monochromatic Colors of #60B2ED
Black with #60B2ED
Text Example
Text Example
White with #60B2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B2ED; }
p { color: rgb(96,178,237); }
H1.HeaderClassName
{
color: #60B2ED;
}
.AnyTagClassName
{
color: #60B2ED;
}
</style>
background-color css
<style>
a { background-color: #60B2ED; }
a { background-color: rgb(96,178,237); }
div.DivClassName
{
background-color: #60B2ED;
}
.BgClassName
{
background-color: #60B2ED;
}
</style>
border-color css
<style>
span { border-color: #60B2ED; }
span { border-color: rgb(96,178,237); }
td.TdClassName
{
border-color: #60B2ED;
}
.TagClassName
{
border-color: #60B2ED;
}
</style>