Shades of Malibu #5FBDDC
Tints of Malibu #5FBDDC
RGB
CMYK
RGB Variations
Color information
#5FBDDC (or 0x5FBDDC) is known color: Malibu. HEX triplet: 5F, BD and DC. RGB value is (95,189,220). Sum of RGB (Red+Green+Blue) = 95+189+220=504 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.85% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #5FBDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBDDC is #A04223. Grayscale: #A4A4A4. Windows color (decimal): -10502692 or 14466399. OLE color: 14466399.
HSL color Cylindrical-coordinate representation of color #5FBDDC: hue angle of 194.88º degrees, saturation: 0.64, 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 #5FBDDC is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 189 | 220 | - |
| CMYK | 0.57 | 0.14 | 0 | 0.14 |
| HSL | 194.88º | 0.64% | 0.62% | - |
| HSV(B) | 194.88º | 0.57% | 0.86% | - |
| XYZ | 35.84 | 44 | 74.31 | - |
| YUV | 164.43 | 159.36 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 189 | 220 | 0.57 | 0.14 | 0 | 0.14 | 194.88 | 0.64 | 0.62 |
| Hex | 5F | BD | DC | 39 | E | 0 | E | C3 | 40 | 3E |
| Octal | 137 | 275 | 334 | 71 | 16 | 0 | 16 | 303 | 100 | 76 |
| Binary | 1011111 | 10111101 | 11011100 | 111001 | 1110 | 0 | 1110 | 11000011 | 1000000 | 111110 |
Color Harmonies of #5FBDDC
Complementary color
Monochromatic Colors of #5FBDDC
Black with #5FBDDC
Text Example
Text Example
White with #5FBDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBDDC; }
p { color: rgb(95,189,220); }
H1.HeaderClassName
{
color: #5FBDDC;
}
.AnyTagClassName
{
color: #5FBDDC;
}
</style>
background-color css
<style>
a { background-color: #5FBDDC; }
a { background-color: rgb(95,189,220); }
div.DivClassName
{
background-color: #5FBDDC;
}
.BgClassName
{
background-color: #5FBDDC;
}
</style>
border-color css
<style>
span { border-color: #5FBDDC; }
span { border-color: rgb(95,189,220); }
td.TdClassName
{
border-color: #5FBDDC;
}
.TagClassName
{
border-color: #5FBDDC;
}
</style>