Shades of Malibu #60BCF2
Tints of Malibu #60BCF2
RGB
CMYK
RGB Variations
Color information
#60BCF2 (or 0x60BCF2) is known color: Malibu. HEX triplet: 60, BC and F2. RGB value is (96,188,242). Sum of RGB (Red+Green+Blue) = 96+188+242=526 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.25% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 242 (94.92% from 255 or 46.01% from 526); Max value from RGB is 242 - color contains mainly: blue. Hex color #60BCF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BCF2 is #9F430D. Grayscale: #A6A6A6. Windows color (decimal): -10437390 or 15907936. OLE color: 15907936.
HSL color Cylindrical-coordinate representation of color #60BCF2: hue angle of 202.19º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60BCF2 is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 188 | 242 | - |
| CMYK | 0.60 | 0.22 | 0 | 0.05 |
| HSL | 202.19º | 0.85% | 0.66% | - |
| HSV(B) | 202.19º | 0.6% | 0.95% | - |
| XYZ | 38.83 | 44.86 | 90.62 | - |
| YUV | 166.65 | 170.52 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 188 | 242 | 0.60 | 0.22 | 0 | 0.05 | 202.19 | 0.85 | 0.66 |
| Hex | 60 | BC | F2 | 3C | 16 | 0 | 5 | CA | 55 | 42 |
| Octal | 140 | 274 | 362 | 74 | 26 | 0 | 5 | 312 | 125 | 102 |
| Binary | 1100000 | 10111100 | 11110010 | 111100 | 10110 | 0 | 101 | 11001010 | 1010101 | 1000010 |
Color Harmonies of #60BCF2
Complementary color
Monochromatic Colors of #60BCF2
Black with #60BCF2
Text Example
Text Example
White with #60BCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BCF2; }
p { color: rgb(96,188,242); }
H1.HeaderClassName
{
color: #60BCF2;
}
.AnyTagClassName
{
color: #60BCF2;
}
</style>
background-color css
<style>
a { background-color: #60BCF2; }
a { background-color: rgb(96,188,242); }
div.DivClassName
{
background-color: #60BCF2;
}
.BgClassName
{
background-color: #60BCF2;
}
</style>
border-color css
<style>
span { border-color: #60BCF2; }
span { border-color: rgb(96,188,242); }
td.TdClassName
{
border-color: #60BCF2;
}
.TagClassName
{
border-color: #60BCF2;
}
</style>