Shades of Malibu #5FBBDA
Tints of Malibu #5FBBDA
RGB
CMYK
RGB Variations
Color information
#5FBBDA (or 0x5FBBDA) is known color: Malibu. HEX triplet: 5F, BB and DA. RGB value is (95,187,218). Sum of RGB (Red+Green+Blue) = 95+187+218=500 (66% of max value = 765). Red value is 95 (37.5% from 255 or 19% from 500); Green value is 187 (73.44% from 255 or 37.4% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #5FBBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBBDA is #A04425. Grayscale: #A2A2A2. Windows color (decimal): -10503206 or 14334815. OLE color: 14334815.
HSL color Cylindrical-coordinate representation of color #5FBBDA: hue angle of 195.12º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FBBDA is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 187 | 218 | - |
| CMYK | 0.56 | 0.14 | 0 | 0.15 |
| HSL | 195.12º | 0.62% | 0.61% | - |
| HSV(B) | 195.12º | 0.56% | 0.85% | - |
| XYZ | 35.14 | 43.04 | 72.78 | - |
| YUV | 163.03 | 159.02 | 79.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 187 | 218 | 0.56 | 0.14 | 0 | 0.15 | 195.12 | 0.62 | 0.61 |
| Hex | 5F | BB | DA | 38 | E | 0 | F | C3 | 3E | 3D |
| Octal | 137 | 273 | 332 | 70 | 16 | 0 | 17 | 303 | 76 | 75 |
| Binary | 1011111 | 10111011 | 11011010 | 111000 | 1110 | 0 | 1111 | 11000011 | 111110 | 111101 |
Color Harmonies of #5FBBDA
Complementary color
Monochromatic Colors of #5FBBDA
Black with #5FBBDA
Text Example
Text Example
White with #5FBBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBBDA; }
p { color: rgb(95,187,218); }
H1.HeaderClassName
{
color: #5FBBDA;
}
.AnyTagClassName
{
color: #5FBBDA;
}
</style>
background-color css
<style>
a { background-color: #5FBBDA; }
a { background-color: rgb(95,187,218); }
div.DivClassName
{
background-color: #5FBBDA;
}
.BgClassName
{
background-color: #5FBBDA;
}
</style>
border-color css
<style>
span { border-color: #5FBBDA; }
span { border-color: rgb(95,187,218); }
td.TdClassName
{
border-color: #5FBBDA;
}
.TagClassName
{
border-color: #5FBBDA;
}
</style>