Shades of Malibu #75B9E0
Tints of Malibu #75B9E0
RGB
CMYK
RGB Variations
Color information
#75B9E0 (or 0x75B9E0) is known color: Malibu. HEX triplet: 75, B9 and E0. RGB value is (117,185,224). Sum of RGB (Red+Green+Blue) = 117+185+224=526 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.24% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 224 (87.89% from 255 or 42.59% from 526); Max value from RGB is 224 - color contains mainly: blue. Hex color #75B9E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75B9E0 is #8A461F. Grayscale: #A8A8A8. Windows color (decimal): -9061920 or 14727541. OLE color: 14727541.
HSL color Cylindrical-coordinate representation of color #75B9E0: hue angle of 201.87º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75B9E0 is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 185 | 224 | - |
| CMYK | 0.48 | 0.17 | 0 | 0.12 |
| HSL | 201.87º | 0.63% | 0.67% | - |
| HSV(B) | 201.87º | 0.48% | 0.88% | - |
| XYZ | 38.14 | 43.86 | 76.98 | - |
| YUV | 169.11 | 158.97 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 185 | 224 | 0.48 | 0.17 | 0 | 0.12 | 201.87 | 0.63 | 0.67 |
| Hex | 75 | B9 | E0 | 30 | 11 | 0 | C | CA | 3F | 43 |
| Octal | 165 | 271 | 340 | 60 | 21 | 0 | 14 | 312 | 77 | 103 |
| Binary | 1110101 | 10111001 | 11100000 | 110000 | 10001 | 0 | 1100 | 11001010 | 111111 | 1000011 |
Color Harmonies of #75B9E0
Complementary color
Monochromatic Colors of #75B9E0
Black with #75B9E0
Text Example
Text Example
White with #75B9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75B9E0; }
p { color: rgb(117,185,224); }
H1.HeaderClassName
{
color: #75B9E0;
}
.AnyTagClassName
{
color: #75B9E0;
}
</style>
background-color css
<style>
a { background-color: #75B9E0; }
a { background-color: rgb(117,185,224); }
div.DivClassName
{
background-color: #75B9E0;
}
.BgClassName
{
background-color: #75B9E0;
}
</style>
border-color css
<style>
span { border-color: #75B9E0; }
span { border-color: rgb(117,185,224); }
td.TdClassName
{
border-color: #75B9E0;
}
.TagClassName
{
border-color: #75B9E0;
}
</style>