Shades of Malibu #5FC7DB
Tints of Malibu #5FC7DB
RGB
CMYK
RGB Variations
Color information
#5FC7DB (or 0x5FC7DB) is known color: Malibu. HEX triplet: 5F, C7 and DB. RGB value is (95,199,219). Sum of RGB (Red+Green+Blue) = 95+199+219=513 (67% of max value = 765). Red value is 95 (37.5% from 255 or 18.52% from 513); Green value is 199 (78.12% from 255 or 38.79% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #5FC7DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FC7DB is #A03824. Grayscale: #AAAAAA. Windows color (decimal): -10500133 or 14403423. OLE color: 14403423.
HSL color Cylindrical-coordinate representation of color #5FC7DB: hue angle of 189.68º 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 #5FC7DB is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 199 | 219 | - |
| CMYK | 0.57 | 0.09 | 0 | 0.14 |
| HSL | 189.68º | 0.63% | 0.62% | - |
| HSV(B) | 189.68º | 0.57% | 0.86% | - |
| XYZ | 37.93 | 48.39 | 74.36 | - |
| YUV | 170.18 | 155.54 | 74.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 199 | 219 | 0.57 | 0.09 | 0 | 0.14 | 189.68 | 0.63 | 0.62 |
| Hex | 5F | C7 | DB | 39 | 9 | 0 | E | BE | 3F | 3E |
| Octal | 137 | 307 | 333 | 71 | 11 | 0 | 16 | 276 | 77 | 76 |
| Binary | 1011111 | 11000111 | 11011011 | 111001 | 1001 | 0 | 1110 | 10111110 | 111111 | 111110 |
Color Harmonies of #5FC7DB
Complementary color
Monochromatic Colors of #5FC7DB
Black with #5FC7DB
Text Example
Text Example
White with #5FC7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC7DB; }
p { color: rgb(95,199,219); }
H1.HeaderClassName
{
color: #5FC7DB;
}
.AnyTagClassName
{
color: #5FC7DB;
}
</style>
background-color css
<style>
a { background-color: #5FC7DB; }
a { background-color: rgb(95,199,219); }
div.DivClassName
{
background-color: #5FC7DB;
}
.BgClassName
{
background-color: #5FC7DB;
}
</style>
border-color css
<style>
span { border-color: #5FC7DB; }
span { border-color: rgb(95,199,219); }
td.TdClassName
{
border-color: #5FC7DB;
}
.TagClassName
{
border-color: #5FC7DB;
}
</style>