Shades of Malibu #60BFF2
Tints of Malibu #60BFF2
RGB
CMYK
RGB Variations
Color information
#60BFF2 (or 0x60BFF2) is known color: Malibu. HEX triplet: 60, BF and F2. RGB value is (96,191,242). Sum of RGB (Red+Green+Blue) = 96+191+242=529 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.15% from 529); Green value is 191 (75% from 255 or 36.11% from 529); Blue value is 242 (94.92% from 255 or 45.75% from 529); Max value from RGB is 242 - color contains mainly: blue. Hex color #60BFF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BFF2 is #9F400D. Grayscale: #A8A8A8. Windows color (decimal): -10436622 or 15908704. OLE color: 15908704.
HSL color Cylindrical-coordinate representation of color #60BFF2: hue angle of 200.96º 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 #60BFF2 is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 191 | 242 | - |
| CMYK | 0.60 | 0.21 | 0 | 0.05 |
| HSL | 200.96º | 0.85% | 0.66% | - |
| HSV(B) | 200.96º | 0.6% | 0.95% | - |
| XYZ | 39.48 | 46.16 | 90.83 | - |
| YUV | 168.41 | 169.53 | 76.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 191 | 242 | 0.60 | 0.21 | 0 | 0.05 | 200.96 | 0.85 | 0.66 |
| Hex | 60 | BF | F2 | 3C | 15 | 0 | 5 | C9 | 55 | 42 |
| Octal | 140 | 277 | 362 | 74 | 25 | 0 | 5 | 311 | 125 | 102 |
| Binary | 1100000 | 10111111 | 11110010 | 111100 | 10101 | 0 | 101 | 11001001 | 1010101 | 1000010 |
Color Harmonies of #60BFF2
Complementary color
Monochromatic Colors of #60BFF2
Black with #60BFF2
Text Example
Text Example
White with #60BFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BFF2; }
p { color: rgb(96,191,242); }
H1.HeaderClassName
{
color: #60BFF2;
}
.AnyTagClassName
{
color: #60BFF2;
}
</style>
background-color css
<style>
a { background-color: #60BFF2; }
a { background-color: rgb(96,191,242); }
div.DivClassName
{
background-color: #60BFF2;
}
.BgClassName
{
background-color: #60BFF2;
}
</style>
border-color css
<style>
span { border-color: #60BFF2; }
span { border-color: rgb(96,191,242); }
td.TdClassName
{
border-color: #60BFF2;
}
.TagClassName
{
border-color: #60BFF2;
}
</style>