Shades of Malibu #75C2E6
Tints of Malibu #75C2E6
RGB
CMYK
RGB Variations
Color information
#75C2E6 (or 0x75C2E6) is known color: Malibu. HEX triplet: 75, C2 and E6. RGB value is (117,194,230). Sum of RGB (Red+Green+Blue) = 117+194+230=541 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.63% from 541); Green value is 194 (76.17% from 255 or 35.86% from 541); Blue value is 230 (90.23% from 255 or 42.51% from 541); Max value from RGB is 230 - color contains mainly: blue. Hex color #75C2E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75C2E6 is #8A3D19. Grayscale: #AEAEAE. Windows color (decimal): -9059610 or 15123061. OLE color: 15123061.
HSL color Cylindrical-coordinate representation of color #75C2E6: hue angle of 199.12º 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 #75C2E6 is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 117 | 194 | 230 | - |
| CMYK | 0.49 | 0.16 | 0 | 0.10 |
| HSL | 199.12º | 0.69% | 0.68% | - |
| HSV(B) | 199.12º | 0.49% | 0.9% | - |
| XYZ | 40.91 | 48.08 | 81.99 | - |
| YUV | 175.08 | 158.99 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 194 | 230 | 0.49 | 0.16 | 0 | 0.10 | 199.12 | 0.69 | 0.68 |
| Hex | 75 | C2 | E6 | 31 | 10 | 0 | A | C7 | 45 | 44 |
| Octal | 165 | 302 | 346 | 61 | 20 | 0 | 12 | 307 | 105 | 104 |
| Binary | 1110101 | 11000010 | 11100110 | 110001 | 10000 | 0 | 1010 | 11000111 | 1000101 | 1000100 |
Color Harmonies of #75C2E6
Complementary color
Monochromatic Colors of #75C2E6
Black with #75C2E6
Text Example
Text Example
White with #75C2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C2E6; }
p { color: rgb(117,194,230); }
H1.HeaderClassName
{
color: #75C2E6;
}
.AnyTagClassName
{
color: #75C2E6;
}
</style>
background-color css
<style>
a { background-color: #75C2E6; }
a { background-color: rgb(117,194,230); }
div.DivClassName
{
background-color: #75C2E6;
}
.BgClassName
{
background-color: #75C2E6;
}
</style>
border-color css
<style>
span { border-color: #75C2E6; }
span { border-color: rgb(117,194,230); }
td.TdClassName
{
border-color: #75C2E6;
}
.TagClassName
{
border-color: #75C2E6;
}
</style>