Shades of Malibu #60BDF3
Tints of Malibu #60BDF3
RGB
CMYK
RGB Variations
Color information
#60BDF3 (or 0x60BDF3) is known color: Malibu. HEX triplet: 60, BD and F3. RGB value is (96,189,243). Sum of RGB (Red+Green+Blue) = 96+189+243=528 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.18% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 243 (95.31% from 255 or 46.02% from 528); Max value from RGB is 243 - color contains mainly: blue. Hex color #60BDF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BDF3 is #9F420C. Grayscale: #A7A7A7. Windows color (decimal): -10437133 or 15973728. OLE color: 15973728.
HSL color Cylindrical-coordinate representation of color #60BDF3: hue angle of 202.04º 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 #60BDF3 is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 189 | 243 | - |
| CMYK | 0.60 | 0.22 | 0 | 0.05 |
| HSL | 202.04º | 0.86% | 0.66% | - |
| HSV(B) | 202.04º | 0.6% | 0.95% | - |
| XYZ | 39.2 | 45.35 | 91.48 | - |
| YUV | 167.35 | 170.69 | 77.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 189 | 243 | 0.60 | 0.22 | 0 | 0.05 | 202.04 | 0.86 | 0.66 |
| Hex | 60 | BD | F3 | 3C | 16 | 0 | 5 | CA | 56 | 42 |
| Octal | 140 | 275 | 363 | 74 | 26 | 0 | 5 | 312 | 126 | 102 |
| Binary | 1100000 | 10111101 | 11110011 | 111100 | 10110 | 0 | 101 | 11001010 | 1010110 | 1000010 |
Color Harmonies of #60BDF3
Complementary color
Monochromatic Colors of #60BDF3
Black with #60BDF3
Text Example
Text Example
White with #60BDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BDF3; }
p { color: rgb(96,189,243); }
H1.HeaderClassName
{
color: #60BDF3;
}
.AnyTagClassName
{
color: #60BDF3;
}
</style>
background-color css
<style>
a { background-color: #60BDF3; }
a { background-color: rgb(96,189,243); }
div.DivClassName
{
background-color: #60BDF3;
}
.BgClassName
{
background-color: #60BDF3;
}
</style>
border-color css
<style>
span { border-color: #60BDF3; }
span { border-color: rgb(96,189,243); }
td.TdClassName
{
border-color: #60BDF3;
}
.TagClassName
{
border-color: #60BDF3;
}
</style>