Shades of Malibu #5ABEDD
Tints of Malibu #5ABEDD
RGB
CMYK
RGB Variations
Color information
#5ABEDD (or 0x5ABEDD) is known color: Malibu. HEX triplet: 5A, BE and DD. RGB value is (90,190,221). Sum of RGB (Red+Green+Blue) = 90+190+221=501 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.96% from 501); Green value is 190 (74.61% from 255 or 37.92% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #5ABEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABEDD is #A54122. Grayscale: #A3A3A3. Windows color (decimal): -10830115 or 14532186. OLE color: 14532186.
HSL color Cylindrical-coordinate representation of color #5ABEDD: hue angle of 194.2º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ABEDD is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 190 | 221 | - |
| CMYK | 0.59 | 0.14 | 0 | 0.13 |
| HSL | 194.2º | 0.66% | 0.61% | - |
| HSV(B) | 194.2º | 0.59% | 0.87% | - |
| XYZ | 35.68 | 44.22 | 75.06 | - |
| YUV | 163.63 | 160.37 | 75.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 190 | 221 | 0.59 | 0.14 | 0 | 0.13 | 194.2 | 0.66 | 0.61 |
| Hex | 5A | BE | DD | 3B | E | 0 | D | C2 | 42 | 3D |
| Octal | 132 | 276 | 335 | 73 | 16 | 0 | 15 | 302 | 102 | 75 |
| Binary | 1011010 | 10111110 | 11011101 | 111011 | 1110 | 0 | 1101 | 11000010 | 1000010 | 111101 |
Color Harmonies of #5ABEDD
Complementary color
Monochromatic Colors of #5ABEDD
Black with #5ABEDD
Text Example
Text Example
White with #5ABEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABEDD; }
p { color: rgb(90,190,221); }
H1.HeaderClassName
{
color: #5ABEDD;
}
.AnyTagClassName
{
color: #5ABEDD;
}
</style>
background-color css
<style>
a { background-color: #5ABEDD; }
a { background-color: rgb(90,190,221); }
div.DivClassName
{
background-color: #5ABEDD;
}
.BgClassName
{
background-color: #5ABEDD;
}
</style>
border-color css
<style>
span { border-color: #5ABEDD; }
span { border-color: rgb(90,190,221); }
td.TdClassName
{
border-color: #5ABEDD;
}
.TagClassName
{
border-color: #5ABEDD;
}
</style>