Shades of Malibu #58CAF0
Tints of Malibu #58CAF0
RGB
CMYK
RGB Variations
Color information
#58CAF0 (or 0x58CAF0) is known color: Malibu. HEX triplet: 58, CA and F0. RGB value is (88,202,240). Sum of RGB (Red+Green+Blue) = 88+202+240=530 (70% of max value = 765). Red value is 88 (34.77% from 255 or 16.60% from 530); Green value is 202 (79.30% from 255 or 38.11% from 530); Blue value is 240 (94.14% from 255 or 45.28% from 530); Max value from RGB is 240 - color contains mainly: blue. Hex color #58CAF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58CAF0 is #A7350F. Grayscale: #ABABAB. Windows color (decimal): -10958096 or 15780440. OLE color: 15780440.
HSL color Cylindrical-coordinate representation of color #58CAF0: hue angle of 195º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58CAF0 is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 88 | 202 | 240 | - |
| CMYK | 0.63 | 0.16 | 0 | 0.06 |
| HSL | 195º | 0.84% | 0.64% | - |
| HSV(B) | 195º | 0.63% | 0.94% | - |
| XYZ | 40.87 | 50.61 | 90.05 | - |
| YUV | 172.25 | 166.23 | 67.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 202 | 240 | 0.63 | 0.16 | 0 | 0.06 | 195 | 0.84 | 0.64 |
| Hex | 58 | CA | F0 | 3F | 10 | 0 | 6 | C3 | 54 | 40 |
| Octal | 130 | 312 | 360 | 77 | 20 | 0 | 6 | 303 | 124 | 100 |
| Binary | 1011000 | 11001010 | 11110000 | 111111 | 10000 | 0 | 110 | 11000011 | 1010100 | 1000000 |
Color Harmonies of #58CAF0
Complementary color
Monochromatic Colors of #58CAF0
Black with #58CAF0
Text Example
Text Example
White with #58CAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CAF0; }
p { color: rgb(88,202,240); }
H1.HeaderClassName
{
color: #58CAF0;
}
.AnyTagClassName
{
color: #58CAF0;
}
</style>
background-color css
<style>
a { background-color: #58CAF0; }
a { background-color: rgb(88,202,240); }
div.DivClassName
{
background-color: #58CAF0;
}
.BgClassName
{
background-color: #58CAF0;
}
</style>
border-color css
<style>
span { border-color: #58CAF0; }
span { border-color: rgb(88,202,240); }
td.TdClassName
{
border-color: #58CAF0;
}
.TagClassName
{
border-color: #58CAF0;
}
</style>