Shades of Malibu #60BDF0
Tints of Malibu #60BDF0
RGB
CMYK
RGB Variations
Color information
#60BDF0 (or 0x60BDF0) is known color: Malibu. HEX triplet: 60, BD and F0. RGB value is (96,189,240). Sum of RGB (Red+Green+Blue) = 96+189+240=525 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.29% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 240 (94.14% from 255 or 45.71% from 525); Max value from RGB is 240 - color contains mainly: blue. Hex color #60BDF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BDF0 is #9F420F. Grayscale: #A6A6A6. Windows color (decimal): -10437136 or 15777120. OLE color: 15777120.
HSL color Cylindrical-coordinate representation of color #60BDF0: hue angle of 201.25º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60BDF0 is Cyan = 0.6, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 189 | 240 | - |
| CMYK | 0.6 | 0.21 | 0 | 0.06 |
| HSL | 201.25º | 0.83% | 0.66% | - |
| HSV(B) | 201.25º | 0.6% | 0.94% | - |
| XYZ | 38.75 | 45.17 | 89.12 | - |
| YUV | 167.01 | 169.19 | 77.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 189 | 240 | 0.6 | 0.21 | 0 | 0.06 | 201.25 | 0.83 | 0.66 |
| Hex | 60 | BD | F0 | 3C | 15 | 0 | 6 | C9 | 53 | 42 |
| Octal | 140 | 275 | 360 | 74 | 25 | 0 | 6 | 311 | 123 | 102 |
| Binary | 1100000 | 10111101 | 11110000 | 111100 | 10101 | 0 | 110 | 11001001 | 1010011 | 1000010 |
Color Harmonies of #60BDF0
Complementary color
Monochromatic Colors of #60BDF0
Black with #60BDF0
Text Example
Text Example
White with #60BDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BDF0; }
p { color: rgb(96,189,240); }
H1.HeaderClassName
{
color: #60BDF0;
}
.AnyTagClassName
{
color: #60BDF0;
}
</style>
background-color css
<style>
a { background-color: #60BDF0; }
a { background-color: rgb(96,189,240); }
div.DivClassName
{
background-color: #60BDF0;
}
.BgClassName
{
background-color: #60BDF0;
}
</style>
border-color css
<style>
span { border-color: #60BDF0; }
span { border-color: rgb(96,189,240); }
td.TdClassName
{
border-color: #60BDF0;
}
.TagClassName
{
border-color: #60BDF0;
}
</style>