Shades of Malibu #60BDF2
Tints of Malibu #60BDF2
RGB
CMYK
RGB Variations
Color information
#60BDF2 (or 0x60BDF2) is known color: Malibu. HEX triplet: 60, BD and F2. RGB value is (96,189,242). Sum of RGB (Red+Green+Blue) = 96+189+242=527 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.22% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 242 (94.92% from 255 or 45.92% from 527); Max value from RGB is 242 - color contains mainly: blue. Hex color #60BDF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BDF2 is #9F420D. Grayscale: #A6A6A6. Windows color (decimal): -10437134 or 15908192. OLE color: 15908192.
HSL color Cylindrical-coordinate representation of color #60BDF2: hue angle of 201.78º 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 #60BDF2 is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 189 | 242 | - |
| CMYK | 0.60 | 0.22 | 0 | 0.05 |
| HSL | 201.78º | 0.85% | 0.66% | - |
| HSV(B) | 201.78º | 0.6% | 0.95% | - |
| XYZ | 39.05 | 45.29 | 90.69 | - |
| YUV | 167.24 | 170.19 | 77.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 189 | 242 | 0.60 | 0.22 | 0 | 0.05 | 201.78 | 0.85 | 0.66 |
| Hex | 60 | BD | F2 | 3C | 16 | 0 | 5 | CA | 55 | 42 |
| Octal | 140 | 275 | 362 | 74 | 26 | 0 | 5 | 312 | 125 | 102 |
| Binary | 1100000 | 10111101 | 11110010 | 111100 | 10110 | 0 | 101 | 11001010 | 1010101 | 1000010 |
Color Harmonies of #60BDF2
Complementary color
Monochromatic Colors of #60BDF2
Black with #60BDF2
Text Example
Text Example
White with #60BDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BDF2; }
p { color: rgb(96,189,242); }
H1.HeaderClassName
{
color: #60BDF2;
}
.AnyTagClassName
{
color: #60BDF2;
}
</style>
background-color css
<style>
a { background-color: #60BDF2; }
a { background-color: rgb(96,189,242); }
div.DivClassName
{
background-color: #60BDF2;
}
.BgClassName
{
background-color: #60BDF2;
}
</style>
border-color css
<style>
span { border-color: #60BDF2; }
span { border-color: rgb(96,189,242); }
td.TdClassName
{
border-color: #60BDF2;
}
.TagClassName
{
border-color: #60BDF2;
}
</style>