Shades of Malibu #5EAFDD
Tints of Malibu #5EAFDD
RGB
CMYK
RGB Variations
Color information
#5EAFDD (or 0x5EAFDD) is known color: Malibu. HEX triplet: 5E, AF and DD. RGB value is (94,175,221). Sum of RGB (Red+Green+Blue) = 94+175+221=490 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.18% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #5EAFDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EAFDD is #A15022. Grayscale: #9B9B9B. Windows color (decimal): -10571811 or 14528350. OLE color: 14528350.
HSL color Cylindrical-coordinate representation of color #5EAFDD: hue angle of 201.73º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EAFDD is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 175 | 221 | - |
| CMYK | 0.57 | 0.21 | 0 | 0.13 |
| HSL | 201.73º | 0.65% | 0.62% | - |
| HSV(B) | 201.73º | 0.57% | 0.87% | - |
| XYZ | 33 | 38.26 | 74.05 | - |
| YUV | 156.03 | 164.66 | 83.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 175 | 221 | 0.57 | 0.21 | 0 | 0.13 | 201.73 | 0.65 | 0.62 |
| Hex | 5E | AF | DD | 39 | 15 | 0 | D | CA | 41 | 3E |
| Octal | 136 | 257 | 335 | 71 | 25 | 0 | 15 | 312 | 101 | 76 |
| Binary | 1011110 | 10101111 | 11011101 | 111001 | 10101 | 0 | 1101 | 11001010 | 1000001 | 111110 |
Color Harmonies of #5EAFDD
Complementary color
Monochromatic Colors of #5EAFDD
Black with #5EAFDD
Text Example
Text Example
White with #5EAFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAFDD; }
p { color: rgb(94,175,221); }
H1.HeaderClassName
{
color: #5EAFDD;
}
.AnyTagClassName
{
color: #5EAFDD;
}
</style>
background-color css
<style>
a { background-color: #5EAFDD; }
a { background-color: rgb(94,175,221); }
div.DivClassName
{
background-color: #5EAFDD;
}
.BgClassName
{
background-color: #5EAFDD;
}
</style>
border-color css
<style>
span { border-color: #5EAFDD; }
span { border-color: rgb(94,175,221); }
td.TdClassName
{
border-color: #5EAFDD;
}
.TagClassName
{
border-color: #5EAFDD;
}
</style>