Shades of Malibu #58ADF2
Tints of Malibu #58ADF2
RGB
CMYK
RGB Variations
Color information
#58ADF2 (or 0x58ADF2) is known color: Malibu. HEX triplet: 58, AD and F2. RGB value is (88,173,242). Sum of RGB (Red+Green+Blue) = 88+173+242=503 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.50% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 242 (94.92% from 255 or 48.11% from 503); Max value from RGB is 242 - color contains mainly: blue. Hex color #58ADF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #58ADF2 is #A7520D. Grayscale: #9B9B9B. Windows color (decimal): -10965518 or 15904088. OLE color: 15904088.
HSL color Cylindrical-coordinate representation of color #58ADF2: hue angle of 206.88º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58ADF2 is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 173 | 242 | - |
| CMYK | 0.64 | 0.29 | 0 | 0.05 |
| HSL | 206.88º | 0.86% | 0.65% | - |
| HSV(B) | 206.88º | 0.64% | 0.95% | - |
| XYZ | 35 | 38.37 | 89.57 | - |
| YUV | 155.45 | 176.84 | 79.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 173 | 242 | 0.64 | 0.29 | 0 | 0.05 | 206.88 | 0.86 | 0.65 |
| Hex | 58 | AD | F2 | 40 | 1D | 0 | 5 | CF | 56 | 41 |
| Octal | 130 | 255 | 362 | 100 | 35 | 0 | 5 | 317 | 126 | 101 |
| Binary | 1011000 | 10101101 | 11110010 | 1000000 | 11101 | 0 | 101 | 11001111 | 1010110 | 1000001 |
Color Harmonies of #58ADF2
Complementary color
Monochromatic Colors of #58ADF2
Black with #58ADF2
Text Example
Text Example
White with #58ADF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58ADF2; }
p { color: rgb(88,173,242); }
H1.HeaderClassName
{
color: #58ADF2;
}
.AnyTagClassName
{
color: #58ADF2;
}
</style>
background-color css
<style>
a { background-color: #58ADF2; }
a { background-color: rgb(88,173,242); }
div.DivClassName
{
background-color: #58ADF2;
}
.BgClassName
{
background-color: #58ADF2;
}
</style>
border-color css
<style>
span { border-color: #58ADF2; }
span { border-color: rgb(88,173,242); }
td.TdClassName
{
border-color: #58ADF2;
}
.TagClassName
{
border-color: #58ADF2;
}
</style>