Shades of Malibu #5FBEEA
Tints of Malibu #5FBEEA
RGB
CMYK
RGB Variations
Color information
#5FBEEA (or 0x5FBEEA) is known color: Malibu. HEX triplet: 5F, BE and EA. RGB value is (95,190,234). Sum of RGB (Red+Green+Blue) = 95+190+234=519 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.30% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #5FBEEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FBEEA is #A04115. Grayscale: #A6A6A6. Windows color (decimal): -10502422 or 15384159. OLE color: 15384159.
HSL color Cylindrical-coordinate representation of color #5FBEEA: hue angle of 198.99º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FBEEA is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 190 | 234 | - |
| CMYK | 0.59 | 0.19 | 0 | 0.08 |
| HSL | 198.99º | 0.77% | 0.65% | - |
| HSV(B) | 198.99º | 0.59% | 0.92% | - |
| XYZ | 37.98 | 45.2 | 84.56 | - |
| YUV | 166.61 | 166.03 | 76.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 190 | 234 | 0.59 | 0.19 | 0 | 0.08 | 198.99 | 0.77 | 0.65 |
| Hex | 5F | BE | EA | 3B | 13 | 0 | 8 | C7 | 4D | 41 |
| Octal | 137 | 276 | 352 | 73 | 23 | 0 | 10 | 307 | 115 | 101 |
| Binary | 1011111 | 10111110 | 11101010 | 111011 | 10011 | 0 | 1000 | 11000111 | 1001101 | 1000001 |
Color Harmonies of #5FBEEA
Complementary color
Monochromatic Colors of #5FBEEA
Black with #5FBEEA
Text Example
Text Example
White with #5FBEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBEEA; }
p { color: rgb(95,190,234); }
H1.HeaderClassName
{
color: #5FBEEA;
}
.AnyTagClassName
{
color: #5FBEEA;
}
</style>
background-color css
<style>
a { background-color: #5FBEEA; }
a { background-color: rgb(95,190,234); }
div.DivClassName
{
background-color: #5FBEEA;
}
.BgClassName
{
background-color: #5FBEEA;
}
</style>
border-color css
<style>
span { border-color: #5FBEEA; }
span { border-color: rgb(95,190,234); }
td.TdClassName
{
border-color: #5FBEEA;
}
.TagClassName
{
border-color: #5FBEEA;
}
</style>