Shades of Malibu #5EAFD4
Tints of Malibu #5EAFD4
RGB
CMYK
RGB Variations
Color information
#5EAFD4 (or 0x5EAFD4) is known color: Malibu. HEX triplet: 5E, AF and D4. RGB value is (94,175,212). Sum of RGB (Red+Green+Blue) = 94+175+212=481 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.54% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 212 (83.20% from 255 or 44.07% from 481); Max value from RGB is 212 - color contains mainly: blue. Hex color #5EAFD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5EAFD4 is #A1502B. Grayscale: #9A9A9A. Windows color (decimal): -10571820 or 13938526. OLE color: 13938526.
HSL color Cylindrical-coordinate representation of color #5EAFD4: hue angle of 198.81º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5EAFD4 is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 94 | 175 | 212 | - |
| CMYK | 0.56 | 0.17 | 0 | 0.17 |
| HSL | 198.81º | 0.58% | 0.6% | - |
| HSV(B) | 198.81º | 0.56% | 0.83% | - |
| XYZ | 31.83 | 37.79 | 67.9 | - |
| YUV | 155 | 160.16 | 84.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 175 | 212 | 0.56 | 0.17 | 0 | 0.17 | 198.81 | 0.58 | 0.6 |
| Hex | 5E | AF | D4 | 38 | 11 | 0 | 11 | C7 | 3A | 3C |
| Octal | 136 | 257 | 324 | 70 | 21 | 0 | 21 | 307 | 72 | 74 |
| Binary | 1011110 | 10101111 | 11010100 | 111000 | 10001 | 0 | 10001 | 11000111 | 111010 | 111100 |
Color Harmonies of #5EAFD4
Complementary color
Monochromatic Colors of #5EAFD4
Black with #5EAFD4
Text Example
Text Example
White with #5EAFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAFD4; }
p { color: rgb(94,175,212); }
H1.HeaderClassName
{
color: #5EAFD4;
}
.AnyTagClassName
{
color: #5EAFD4;
}
</style>
background-color css
<style>
a { background-color: #5EAFD4; }
a { background-color: rgb(94,175,212); }
div.DivClassName
{
background-color: #5EAFD4;
}
.BgClassName
{
background-color: #5EAFD4;
}
</style>
border-color css
<style>
span { border-color: #5EAFD4; }
span { border-color: rgb(94,175,212); }
td.TdClassName
{
border-color: #5EAFD4;
}
.TagClassName
{
border-color: #5EAFD4;
}
</style>