Shades of Malibu #5FBCDB
Tints of Malibu #5FBCDB
RGB
CMYK
RGB Variations
Color information
#5FBCDB (or 0x5FBCDB) is known color: Malibu. HEX triplet: 5F, BC and DB. RGB value is (95,188,219). Sum of RGB (Red+Green+Blue) = 95+188+219=502 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.92% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #5FBCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBCDB is #A04324. Grayscale: #A3A3A3. Windows color (decimal): -10502949 or 14400607. OLE color: 14400607.
HSL color Cylindrical-coordinate representation of color #5FBCDB: hue angle of 195º 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 #5FBCDB is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 188 | 219 | - |
| CMYK | 0.57 | 0.14 | 0 | 0.14 |
| HSL | 195º | 0.63% | 0.62% | - |
| HSV(B) | 195º | 0.57% | 0.86% | - |
| XYZ | 35.49 | 43.51 | 73.55 | - |
| YUV | 163.73 | 159.19 | 78.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 188 | 219 | 0.57 | 0.14 | 0 | 0.14 | 195 | 0.63 | 0.62 |
| Hex | 5F | BC | DB | 39 | E | 0 | E | C3 | 3F | 3E |
| Octal | 137 | 274 | 333 | 71 | 16 | 0 | 16 | 303 | 77 | 76 |
| Binary | 1011111 | 10111100 | 11011011 | 111001 | 1110 | 0 | 1110 | 11000011 | 111111 | 111110 |
Color Harmonies of #5FBCDB
Complementary color
Monochromatic Colors of #5FBCDB
Black with #5FBCDB
Text Example
Text Example
White with #5FBCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBCDB; }
p { color: rgb(95,188,219); }
H1.HeaderClassName
{
color: #5FBCDB;
}
.AnyTagClassName
{
color: #5FBCDB;
}
</style>
background-color css
<style>
a { background-color: #5FBCDB; }
a { background-color: rgb(95,188,219); }
div.DivClassName
{
background-color: #5FBCDB;
}
.BgClassName
{
background-color: #5FBCDB;
}
</style>
border-color css
<style>
span { border-color: #5FBCDB; }
span { border-color: rgb(95,188,219); }
td.TdClassName
{
border-color: #5FBCDB;
}
.TagClassName
{
border-color: #5FBCDB;
}
</style>