Shades of Malibu #60BFF3
Tints of Malibu #60BFF3
RGB
CMYK
RGB Variations
Color information
#60BFF3 (or 0x60BFF3) is known color: Malibu. HEX triplet: 60, BF and F3. RGB value is (96,191,243). Sum of RGB (Red+Green+Blue) = 96+191+243=530 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.11% from 530); Green value is 191 (75% from 255 or 36.04% from 530); Blue value is 243 (95.31% from 255 or 45.85% from 530); Max value from RGB is 243 - color contains mainly: blue. Hex color #60BFF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BFF3 is #9F400C. Grayscale: #A8A8A8. Windows color (decimal): -10436621 or 15974240. OLE color: 15974240.
HSL color Cylindrical-coordinate representation of color #60BFF3: hue angle of 201.22º degrees, saturation: 0.86, 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 #60BFF3 is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 191 | 243 | - |
| CMYK | 0.60 | 0.21 | 0 | 0.05 |
| HSL | 201.22º | 0.86% | 0.66% | - |
| HSV(B) | 201.22º | 0.6% | 0.95% | - |
| XYZ | 39.63 | 46.22 | 91.63 | - |
| YUV | 168.52 | 170.03 | 76.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 191 | 243 | 0.60 | 0.21 | 0 | 0.05 | 201.22 | 0.86 | 0.66 |
| Hex | 60 | BF | F3 | 3C | 15 | 0 | 5 | C9 | 56 | 42 |
| Octal | 140 | 277 | 363 | 74 | 25 | 0 | 5 | 311 | 126 | 102 |
| Binary | 1100000 | 10111111 | 11110011 | 111100 | 10101 | 0 | 101 | 11001001 | 1010110 | 1000010 |
Color Harmonies of #60BFF3
Complementary color
Monochromatic Colors of #60BFF3
Black with #60BFF3
Text Example
Text Example
White with #60BFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BFF3; }
p { color: rgb(96,191,243); }
H1.HeaderClassName
{
color: #60BFF3;
}
.AnyTagClassName
{
color: #60BFF3;
}
</style>
background-color css
<style>
a { background-color: #60BFF3; }
a { background-color: rgb(96,191,243); }
div.DivClassName
{
background-color: #60BFF3;
}
.BgClassName
{
background-color: #60BFF3;
}
</style>
border-color css
<style>
span { border-color: #60BFF3; }
span { border-color: rgb(96,191,243); }
td.TdClassName
{
border-color: #60BFF3;
}
.TagClassName
{
border-color: #60BFF3;
}
</style>