Shades of Malibu #5FBDDB
Tints of Malibu #5FBDDB
RGB
CMYK
RGB Variations
Color information
#5FBDDB (or 0x5FBDDB) is known color: Malibu. HEX triplet: 5F, BD and DB. RGB value is (95,189,219). Sum of RGB (Red+Green+Blue) = 95+189+219=503 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.89% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #5FBDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBDDB is #A04224. Grayscale: #A4A4A4. Windows color (decimal): -10502693 or 14400863. OLE color: 14400863.
HSL color Cylindrical-coordinate representation of color #5FBDDB: hue angle of 194.52º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FBDDB is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 189 | 219 | - |
| CMYK | 0.57 | 0.14 | 0 | 0.14 |
| HSL | 194.52º | 0.63% | 0.62% | - |
| HSV(B) | 194.52º | 0.57% | 0.86% | - |
| XYZ | 35.7 | 43.94 | 73.62 | - |
| YUV | 164.31 | 158.86 | 78.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 189 | 219 | 0.57 | 0.14 | 0 | 0.14 | 194.52 | 0.63 | 0.62 |
| Hex | 5F | BD | DB | 39 | E | 0 | E | C3 | 3F | 3E |
| Octal | 137 | 275 | 333 | 71 | 16 | 0 | 16 | 303 | 77 | 76 |
| Binary | 1011111 | 10111101 | 11011011 | 111001 | 1110 | 0 | 1110 | 11000011 | 111111 | 111110 |
Color Harmonies of #5FBDDB
Complementary color
Monochromatic Colors of #5FBDDB
Black with #5FBDDB
Text Example
Text Example
White with #5FBDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBDDB; }
p { color: rgb(95,189,219); }
H1.HeaderClassName
{
color: #5FBDDB;
}
.AnyTagClassName
{
color: #5FBDDB;
}
</style>
background-color css
<style>
a { background-color: #5FBDDB; }
a { background-color: rgb(95,189,219); }
div.DivClassName
{
background-color: #5FBDDB;
}
.BgClassName
{
background-color: #5FBDDB;
}
</style>
border-color css
<style>
span { border-color: #5FBDDB; }
span { border-color: rgb(95,189,219); }
td.TdClassName
{
border-color: #5FBDDB;
}
.TagClassName
{
border-color: #5FBDDB;
}
</style>