Shades of Malibu #5ABDDF
Tints of Malibu #5ABDDF
RGB
CMYK
RGB Variations
Color information
#5ABDDF (or 0x5ABDDF) is known color: Malibu. HEX triplet: 5A, BD and DF. RGB value is (90,189,223). Sum of RGB (Red+Green+Blue) = 90+189+223=502 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.93% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #5ABDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABDDF is #A54220. Grayscale: #A3A3A3. Windows color (decimal): -10830369 or 14663002. OLE color: 14663002.
HSL color Cylindrical-coordinate representation of color #5ABDDF: hue angle of 195.34º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5ABDDF is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 189 | 223 | - |
| CMYK | 0.60 | 0.15 | 0 | 0.13 |
| HSL | 195.34º | 0.68% | 0.61% | - |
| HSV(B) | 195.34º | 0.6% | 0.87% | - |
| XYZ | 35.73 | 43.9 | 76.4 | - |
| YUV | 163.28 | 161.7 | 75.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 189 | 223 | 0.60 | 0.15 | 0 | 0.13 | 195.34 | 0.68 | 0.61 |
| Hex | 5A | BD | DF | 3C | F | 0 | D | C3 | 44 | 3D |
| Octal | 132 | 275 | 337 | 74 | 17 | 0 | 15 | 303 | 104 | 75 |
| Binary | 1011010 | 10111101 | 11011111 | 111100 | 1111 | 0 | 1101 | 11000011 | 1000100 | 111101 |
Color Harmonies of #5ABDDF
Complementary color
Monochromatic Colors of #5ABDDF
Black with #5ABDDF
Text Example
Text Example
White with #5ABDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABDDF; }
p { color: rgb(90,189,223); }
H1.HeaderClassName
{
color: #5ABDDF;
}
.AnyTagClassName
{
color: #5ABDDF;
}
</style>
background-color css
<style>
a { background-color: #5ABDDF; }
a { background-color: rgb(90,189,223); }
div.DivClassName
{
background-color: #5ABDDF;
}
.BgClassName
{
background-color: #5ABDDF;
}
</style>
border-color css
<style>
span { border-color: #5ABDDF; }
span { border-color: rgb(90,189,223); }
td.TdClassName
{
border-color: #5ABDDF;
}
.TagClassName
{
border-color: #5ABDDF;
}
</style>