Shades of Malibu #5AC1DD
Tints of Malibu #5AC1DD
RGB
CMYK
RGB Variations
Color information
#5AC1DD (or 0x5AC1DD) is known color: Malibu. HEX triplet: 5A, C1 and DD. RGB value is (90,193,221). Sum of RGB (Red+Green+Blue) = 90+193+221=504 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.86% from 504); Green value is 193 (75.78% from 255 or 38.29% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #5AC1DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AC1DD is #A53E22. Grayscale: #A5A5A5. Windows color (decimal): -10829347 or 14532954. OLE color: 14532954.
HSL color Cylindrical-coordinate representation of color #5AC1DD: hue angle of 192.82º 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 #5AC1DD is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 193 | 221 | - |
| CMYK | 0.59 | 0.13 | 0 | 0.13 |
| HSL | 192.82º | 0.66% | 0.61% | - |
| HSV(B) | 192.82º | 0.59% | 0.87% | - |
| XYZ | 36.34 | 45.53 | 75.28 | - |
| YUV | 165.4 | 159.38 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 193 | 221 | 0.59 | 0.13 | 0 | 0.13 | 192.82 | 0.66 | 0.61 |
| Hex | 5A | C1 | DD | 3B | D | 0 | D | C1 | 42 | 3D |
| Octal | 132 | 301 | 335 | 73 | 15 | 0 | 15 | 301 | 102 | 75 |
| Binary | 1011010 | 11000001 | 11011101 | 111011 | 1101 | 0 | 1101 | 11000001 | 1000010 | 111101 |
Color Harmonies of #5AC1DD
Complementary color
Monochromatic Colors of #5AC1DD
Black with #5AC1DD
Text Example
Text Example
White with #5AC1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC1DD; }
p { color: rgb(90,193,221); }
H1.HeaderClassName
{
color: #5AC1DD;
}
.AnyTagClassName
{
color: #5AC1DD;
}
</style>
background-color css
<style>
a { background-color: #5AC1DD; }
a { background-color: rgb(90,193,221); }
div.DivClassName
{
background-color: #5AC1DD;
}
.BgClassName
{
background-color: #5AC1DD;
}
</style>
border-color css
<style>
span { border-color: #5AC1DD; }
span { border-color: rgb(90,193,221); }
td.TdClassName
{
border-color: #5AC1DD;
}
.TagClassName
{
border-color: #5AC1DD;
}
</style>