Shades of Malibu #5EAFED
Tints of Malibu #5EAFED
RGB
CMYK
RGB Variations
Color information
#5EAFED (or 0x5EAFED) is known color: Malibu. HEX triplet: 5E, AF and ED. RGB value is (94,175,237). Sum of RGB (Red+Green+Blue) = 94+175+237=506 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.58% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #5EAFED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5EAFED is #A15012. Grayscale: #9D9D9D. Windows color (decimal): -10571795 or 15576926. OLE color: 15576926.
HSL color Cylindrical-coordinate representation of color #5EAFED: hue angle of 206.01º 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 #5EAFED is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 94 | 175 | 237 | - |
CMYK | 0.60 | 0.26 | 0 | 0.07 |
HSL | 206.01º | 0.8% | 0.65% | - |
HSV(B) | 206.01º | 0.6% | 0.93% | - |
XYZ | 35.23 | 39.15 | 85.82 | - |
YUV | 157.85 | 172.66 | 82.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 175 | 237 | 0.60 | 0.26 | 0 | 0.07 | 206.01 | 0.8 | 0.65 |
Hex | 5E | AF | ED | 3C | 1A | 0 | 7 | CE | 50 | 41 |
Octal | 136 | 257 | 355 | 74 | 32 | 0 | 7 | 316 | 120 | 101 |
Binary | 1011110 | 10101111 | 11101101 | 111100 | 11010 | 0 | 111 | 11001110 | 1010000 | 1000001 |
Color Harmonies of #5EAFED
Complementary color
Monochromatic Colors of #5EAFED
Black with #5EAFED
Text Example
Text Example
White with #5EAFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAFED; }
p { color: rgb(94,175,237); }
H1.HeaderClassName
{
color: #5EAFED;
}
.AnyTagClassName
{
color: #5EAFED;
}
</style>
background-color css
<style>
a { background-color: #5EAFED; }
a { background-color: rgb(94,175,237); }
div.DivClassName
{
background-color: #5EAFED;
}
.BgClassName
{
background-color: #5EAFED;
}
</style>
border-color css
<style>
span { border-color: #5EAFED; }
span { border-color: rgb(94,175,237); }
td.TdClassName
{
border-color: #5EAFED;
}
.TagClassName
{
border-color: #5EAFED;
}
</style>