Shades of Malibu #60BEDE
Tints of Malibu #60BEDE
RGB
CMYK
RGB Variations
Color information
#60BEDE (or 0x60BEDE) is known color: Malibu. HEX triplet: 60, BE and DE. RGB value is (96,190,222). Sum of RGB (Red+Green+Blue) = 96+190+222=508 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.90% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 222 (87.11% from 255 or 43.70% from 508); Max value from RGB is 222 - color contains mainly: blue. Hex color #60BEDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60BEDE is #9F4121. Grayscale: #A5A5A5. Windows color (decimal): -10436898 or 14597728. OLE color: 14597728.
HSL color Cylindrical-coordinate representation of color #60BEDE: hue angle of 195.24º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60BEDE is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 190 | 222 | - |
| CMYK | 0.57 | 0.14 | 0 | 0.13 |
| HSL | 195.24º | 0.66% | 0.62% | - |
| HSV(B) | 195.24º | 0.57% | 0.87% | - |
| XYZ | 36.42 | 44.59 | 75.79 | - |
| YUV | 165.54 | 159.86 | 78.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 190 | 222 | 0.57 | 0.14 | 0 | 0.13 | 195.24 | 0.66 | 0.62 |
| Hex | 60 | BE | DE | 39 | E | 0 | D | C3 | 42 | 3E |
| Octal | 140 | 276 | 336 | 71 | 16 | 0 | 15 | 303 | 102 | 76 |
| Binary | 1100000 | 10111110 | 11011110 | 111001 | 1110 | 0 | 1101 | 11000011 | 1000010 | 111110 |
Color Harmonies of #60BEDE
Complementary color
Monochromatic Colors of #60BEDE
Black with #60BEDE
Text Example
Text Example
White with #60BEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BEDE; }
p { color: rgb(96,190,222); }
H1.HeaderClassName
{
color: #60BEDE;
}
.AnyTagClassName
{
color: #60BEDE;
}
</style>
background-color css
<style>
a { background-color: #60BEDE; }
a { background-color: rgb(96,190,222); }
div.DivClassName
{
background-color: #60BEDE;
}
.BgClassName
{
background-color: #60BEDE;
}
</style>
border-color css
<style>
span { border-color: #60BEDE; }
span { border-color: rgb(96,190,222); }
td.TdClassName
{
border-color: #60BEDE;
}
.TagClassName
{
border-color: #60BEDE;
}
</style>