Shades of Malibu #58BDF3
Tints of Malibu #58BDF3
RGB
CMYK
RGB Variations
Color information
#58BDF3 (or 0x58BDF3) is known color: Malibu. HEX triplet: 58, BD and F3. RGB value is (88,189,243). Sum of RGB (Red+Green+Blue) = 88+189+243=520 (68% of max value = 765). Red value is 88 (34.77% from 255 or 16.92% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 243 (95.31% from 255 or 46.73% from 520); Max value from RGB is 243 - color contains mainly: blue. Hex color #58BDF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58BDF3 is #A7420C. Grayscale: #A4A4A4. Windows color (decimal): -10961421 or 15973720. OLE color: 15973720.
HSL color Cylindrical-coordinate representation of color #58BDF3: hue angle of 200.9º degrees, saturation: 0.87, 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 #58BDF3 is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 189 | 243 | - |
| CMYK | 0.64 | 0.22 | 0 | 0.05 |
| HSL | 200.9º | 0.87% | 0.65% | - |
| HSV(B) | 200.9º | 0.64% | 0.95% | - |
| XYZ | 38.4 | 44.94 | 91.44 | - |
| YUV | 164.96 | 172.04 | 73.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 189 | 243 | 0.64 | 0.22 | 0 | 0.05 | 200.9 | 0.87 | 0.65 |
| Hex | 58 | BD | F3 | 40 | 16 | 0 | 5 | C9 | 57 | 41 |
| Octal | 130 | 275 | 363 | 100 | 26 | 0 | 5 | 311 | 127 | 101 |
| Binary | 1011000 | 10111101 | 11110011 | 1000000 | 10110 | 0 | 101 | 11001001 | 1010111 | 1000001 |
Color Harmonies of #58BDF3
Complementary color
Monochromatic Colors of #58BDF3
Black with #58BDF3
Text Example
Text Example
White with #58BDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BDF3; }
p { color: rgb(88,189,243); }
H1.HeaderClassName
{
color: #58BDF3;
}
.AnyTagClassName
{
color: #58BDF3;
}
</style>
background-color css
<style>
a { background-color: #58BDF3; }
a { background-color: rgb(88,189,243); }
div.DivClassName
{
background-color: #58BDF3;
}
.BgClassName
{
background-color: #58BDF3;
}
</style>
border-color css
<style>
span { border-color: #58BDF3; }
span { border-color: rgb(88,189,243); }
td.TdClassName
{
border-color: #58BDF3;
}
.TagClassName
{
border-color: #58BDF3;
}
</style>