Shades of Malibu #5EAEEC
Tints of Malibu #5EAEEC
RGB
CMYK
RGB Variations
Color information
#5EAEEC (or 0x5EAEEC) is known color: Malibu. HEX triplet: 5E, AE and EC. RGB value is (94,174,236). Sum of RGB (Red+Green+Blue) = 94+174+236=504 (66% of max value = 765). Red value is 94 (37.11% from 255 or 18.65% from 504); Green value is 174 (68.36% from 255 or 34.52% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #5EAEEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5EAEEC is #A15113. Grayscale: #9C9C9C. Windows color (decimal): -10572052 or 15511134. OLE color: 15511134.
HSL color Cylindrical-coordinate representation of color #5EAEEC: hue angle of 206.2º degrees, saturation: 0.79, 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 #5EAEEC is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 174 | 236 | - |
| CMYK | 0.60 | 0.26 | 0 | 0.07 |
| HSL | 206.2º | 0.79% | 0.65% | - |
| HSV(B) | 206.2º | 0.6% | 0.93% | - |
| XYZ | 34.89 | 38.71 | 84.99 | - |
| YUV | 157.15 | 172.5 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 174 | 236 | 0.60 | 0.26 | 0 | 0.07 | 206.2 | 0.79 | 0.65 |
| Hex | 5E | AE | EC | 3C | 1A | 0 | 7 | CE | 4F | 41 |
| Octal | 136 | 256 | 354 | 74 | 32 | 0 | 7 | 316 | 117 | 101 |
| Binary | 1011110 | 10101110 | 11101100 | 111100 | 11010 | 0 | 111 | 11001110 | 1001111 | 1000001 |
Color Harmonies of #5EAEEC
Complementary color
Monochromatic Colors of #5EAEEC
Black with #5EAEEC
Text Example
Text Example
White with #5EAEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAEEC; }
p { color: rgb(94,174,236); }
H1.HeaderClassName
{
color: #5EAEEC;
}
.AnyTagClassName
{
color: #5EAEEC;
}
</style>
background-color css
<style>
a { background-color: #5EAEEC; }
a { background-color: rgb(94,174,236); }
div.DivClassName
{
background-color: #5EAEEC;
}
.BgClassName
{
background-color: #5EAEEC;
}
</style>
border-color css
<style>
span { border-color: #5EAEEC; }
span { border-color: rgb(94,174,236); }
td.TdClassName
{
border-color: #5EAEEC;
}
.TagClassName
{
border-color: #5EAEEC;
}
</style>