Shades of Malibu #58AFE6
Tints of Malibu #58AFE6
RGB
CMYK
RGB Variations
Color information
#58AFE6 (or 0x58AFE6) is known color: Malibu. HEX triplet: 58, AF and E6. RGB value is (88,175,230). Sum of RGB (Red+Green+Blue) = 88+175+230=493 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.85% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 230 (90.23% from 255 or 46.65% from 493); Max value from RGB is 230 - color contains mainly: blue. Hex color #58AFE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #58AFE6 is #A75019. Grayscale: #9A9A9A. Windows color (decimal): -10965018 or 15118168. OLE color: 15118168.
HSL color Cylindrical-coordinate representation of color #58AFE6: hue angle of 203.24º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58AFE6 is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 88 | 175 | 230 | - |
| CMYK | 0.62 | 0.24 | 0 | 0.10 |
| HSL | 203.24º | 0.74% | 0.62% | - |
| HSV(B) | 203.24º | 0.62% | 0.9% | - |
| XYZ | 33.64 | 38.45 | 80.51 | - |
| YUV | 155.26 | 170.18 | 80.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 175 | 230 | 0.62 | 0.24 | 0 | 0.10 | 203.24 | 0.74 | 0.62 |
| Hex | 58 | AF | E6 | 3E | 18 | 0 | A | CB | 4A | 3E |
| Octal | 130 | 257 | 346 | 76 | 30 | 0 | 12 | 313 | 112 | 76 |
| Binary | 1011000 | 10101111 | 11100110 | 111110 | 11000 | 0 | 1010 | 11001011 | 1001010 | 111110 |
Color Harmonies of #58AFE6
Complementary color
Monochromatic Colors of #58AFE6
Black with #58AFE6
Text Example
Text Example
White with #58AFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58AFE6; }
p { color: rgb(88,175,230); }
H1.HeaderClassName
{
color: #58AFE6;
}
.AnyTagClassName
{
color: #58AFE6;
}
</style>
background-color css
<style>
a { background-color: #58AFE6; }
a { background-color: rgb(88,175,230); }
div.DivClassName
{
background-color: #58AFE6;
}
.BgClassName
{
background-color: #58AFE6;
}
</style>
border-color css
<style>
span { border-color: #58AFE6; }
span { border-color: rgb(88,175,230); }
td.TdClassName
{
border-color: #58AFE6;
}
.TagClassName
{
border-color: #58AFE6;
}
</style>