Shades of Malibu #60BDF4
Tints of Malibu #60BDF4
RGB
CMYK
RGB Variations
Color information
#60BDF4 (or 0x60BDF4) is known color: Malibu. HEX triplet: 60, BD and F4. RGB value is (96,189,244). Sum of RGB (Red+Green+Blue) = 96+189+244=529 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.15% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 244 (95.70% from 255 or 46.12% from 529); Max value from RGB is 244 - color contains mainly: blue. Hex color #60BDF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BDF4 is #9F420B. Grayscale: #A7A7A7. Windows color (decimal): -10437132 or 16039264. OLE color: 16039264.
HSL color Cylindrical-coordinate representation of color #60BDF4: hue angle of 202.3º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60BDF4 is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 96 | 189 | 244 | - |
| CMYK | 0.61 | 0.23 | 0 | 0.04 |
| HSL | 202.3º | 0.87% | 0.67% | - |
| HSV(B) | 202.3º | 0.61% | 0.96% | - |
| XYZ | 39.35 | 45.41 | 92.28 | - |
| YUV | 167.46 | 171.19 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 189 | 244 | 0.61 | 0.23 | 0 | 0.04 | 202.3 | 0.87 | 0.67 |
| Hex | 60 | BD | F4 | 3D | 17 | 0 | 4 | CA | 57 | 43 |
| Octal | 140 | 275 | 364 | 75 | 27 | 0 | 4 | 312 | 127 | 103 |
| Binary | 1100000 | 10111101 | 11110100 | 111101 | 10111 | 0 | 100 | 11001010 | 1010111 | 1000011 |
Color Harmonies of #60BDF4
Complementary color
Monochromatic Colors of #60BDF4
Black with #60BDF4
Text Example
Text Example
White with #60BDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BDF4; }
p { color: rgb(96,189,244); }
H1.HeaderClassName
{
color: #60BDF4;
}
.AnyTagClassName
{
color: #60BDF4;
}
</style>
background-color css
<style>
a { background-color: #60BDF4; }
a { background-color: rgb(96,189,244); }
div.DivClassName
{
background-color: #60BDF4;
}
.BgClassName
{
background-color: #60BDF4;
}
</style>
border-color css
<style>
span { border-color: #60BDF4; }
span { border-color: rgb(96,189,244); }
td.TdClassName
{
border-color: #60BDF4;
}
.TagClassName
{
border-color: #60BDF4;
}
</style>