Shades of Malibu #75C0E6
Tints of Malibu #75C0E6
RGB
CMYK
RGB Variations
Color information
#75C0E6 (or 0x75C0E6) is known color: Malibu. HEX triplet: 75, C0 and E6. RGB value is (117,192,230). Sum of RGB (Red+Green+Blue) = 117+192+230=539 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.71% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 230 (90.23% from 255 or 42.67% from 539); Max value from RGB is 230 - color contains mainly: blue. Hex color #75C0E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75C0E6 is #8A3F19. Grayscale: #ADADAD. Windows color (decimal): -9060122 or 15122549. OLE color: 15122549.
HSL color Cylindrical-coordinate representation of color #75C0E6: hue angle of 200.18º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75C0E6 is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 117 | 192 | 230 | - |
| CMYK | 0.49 | 0.17 | 0 | 0.10 |
| HSL | 200.18º | 0.69% | 0.68% | - |
| HSV(B) | 200.18º | 0.49% | 0.9% | - |
| XYZ | 40.47 | 47.19 | 81.84 | - |
| YUV | 173.91 | 159.65 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 192 | 230 | 0.49 | 0.17 | 0 | 0.10 | 200.18 | 0.69 | 0.68 |
| Hex | 75 | C0 | E6 | 31 | 11 | 0 | A | C8 | 45 | 44 |
| Octal | 165 | 300 | 346 | 61 | 21 | 0 | 12 | 310 | 105 | 104 |
| Binary | 1110101 | 11000000 | 11100110 | 110001 | 10001 | 0 | 1010 | 11001000 | 1000101 | 1000100 |
Color Harmonies of #75C0E6
Complementary color
Monochromatic Colors of #75C0E6
Black with #75C0E6
Text Example
Text Example
White with #75C0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C0E6; }
p { color: rgb(117,192,230); }
H1.HeaderClassName
{
color: #75C0E6;
}
.AnyTagClassName
{
color: #75C0E6;
}
</style>
background-color css
<style>
a { background-color: #75C0E6; }
a { background-color: rgb(117,192,230); }
div.DivClassName
{
background-color: #75C0E6;
}
.BgClassName
{
background-color: #75C0E6;
}
</style>
border-color css
<style>
span { border-color: #75C0E6; }
span { border-color: rgb(117,192,230); }
td.TdClassName
{
border-color: #75C0E6;
}
.TagClassName
{
border-color: #75C0E6;
}
</style>