Shades of Malibu #5EC2ED
Tints of Malibu #5EC2ED
RGB
CMYK
RGB Variations
Color information
#5EC2ED (or 0x5EC2ED) is known color: Malibu. HEX triplet: 5E, C2 and ED. RGB value is (94,194,237). Sum of RGB (Red+Green+Blue) = 94+194+237=525 (69% of max value = 765). Red value is 94 (37.11% from 255 or 17.90% from 525); Green value is 194 (76.17% from 255 or 36.95% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #5EC2ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5EC2ED is #A13D12. Grayscale: #A8A8A8. Windows color (decimal): -10566931 or 15581790. OLE color: 15581790.
HSL color Cylindrical-coordinate representation of color #5EC2ED: hue angle of 198.04º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EC2ED is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 194 | 237 | - |
| CMYK | 0.60 | 0.18 | 0 | 0.07 |
| HSL | 198.04º | 0.8% | 0.65% | - |
| HSV(B) | 198.04º | 0.6% | 0.93% | - |
| XYZ | 39.19 | 47.08 | 87.14 | - |
| YUV | 169 | 166.37 | 74.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 194 | 237 | 0.60 | 0.18 | 0 | 0.07 | 198.04 | 0.8 | 0.65 |
| Hex | 5E | C2 | ED | 3C | 12 | 0 | 7 | C6 | 50 | 41 |
| Octal | 136 | 302 | 355 | 74 | 22 | 0 | 7 | 306 | 120 | 101 |
| Binary | 1011110 | 11000010 | 11101101 | 111100 | 10010 | 0 | 111 | 11000110 | 1010000 | 1000001 |
Color Harmonies of #5EC2ED
Complementary color
Monochromatic Colors of #5EC2ED
Black with #5EC2ED
Text Example
Text Example
White with #5EC2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC2ED; }
p { color: rgb(94,194,237); }
H1.HeaderClassName
{
color: #5EC2ED;
}
.AnyTagClassName
{
color: #5EC2ED;
}
</style>
background-color css
<style>
a { background-color: #5EC2ED; }
a { background-color: rgb(94,194,237); }
div.DivClassName
{
background-color: #5EC2ED;
}
.BgClassName
{
background-color: #5EC2ED;
}
</style>
border-color css
<style>
span { border-color: #5EC2ED; }
span { border-color: rgb(94,194,237); }
td.TdClassName
{
border-color: #5EC2ED;
}
.TagClassName
{
border-color: #5EC2ED;
}
</style>