Shades of Malibu #5DADF2
Tints of Malibu #5DADF2
RGB
CMYK
RGB Variations
Color information
#5DADF2 (or 0x5DADF2) is known color: Malibu. HEX triplet: 5D, AD and F2. RGB value is (93,173,242). Sum of RGB (Red+Green+Blue) = 93+173+242=508 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.31% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 242 (94.92% from 255 or 47.64% from 508); Max value from RGB is 242 - color contains mainly: blue. Hex color #5DADF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DADF2 is #A2520D. Grayscale: #9C9C9C. Windows color (decimal): -10637838 or 15904093. OLE color: 15904093.
HSL color Cylindrical-coordinate representation of color #5DADF2: hue angle of 207.79º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DADF2 is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 93 | 173 | 242 | - |
| CMYK | 0.62 | 0.29 | 0 | 0.05 |
| HSL | 207.79º | 0.85% | 0.66% | - |
| HSV(B) | 207.79º | 0.62% | 0.95% | - |
| XYZ | 35.48 | 38.63 | 89.59 | - |
| YUV | 156.95 | 176 | 82.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 173 | 242 | 0.62 | 0.29 | 0 | 0.05 | 207.79 | 0.85 | 0.66 |
| Hex | 5D | AD | F2 | 3E | 1D | 0 | 5 | D0 | 55 | 42 |
| Octal | 135 | 255 | 362 | 76 | 35 | 0 | 5 | 320 | 125 | 102 |
| Binary | 1011101 | 10101101 | 11110010 | 111110 | 11101 | 0 | 101 | 11010000 | 1010101 | 1000010 |
Color Harmonies of #5DADF2
Complementary color
Monochromatic Colors of #5DADF2
Black with #5DADF2
Text Example
Text Example
White with #5DADF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DADF2; }
p { color: rgb(93,173,242); }
H1.HeaderClassName
{
color: #5DADF2;
}
.AnyTagClassName
{
color: #5DADF2;
}
</style>
background-color css
<style>
a { background-color: #5DADF2; }
a { background-color: rgb(93,173,242); }
div.DivClassName
{
background-color: #5DADF2;
}
.BgClassName
{
background-color: #5DADF2;
}
</style>
border-color css
<style>
span { border-color: #5DADF2; }
span { border-color: rgb(93,173,242); }
td.TdClassName
{
border-color: #5DADF2;
}
.TagClassName
{
border-color: #5DADF2;
}
</style>