#75BAE7

Color #75BAE7 Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #75BAE7

Tints of Malibu #75BAE7

Color information

#75BAE7 (or 0x75BAE7) is unknown color: approx Malibu. HEX triplet: 75, BA and E7. RGB value is (117,186,231). Sum of RGB (Red+Green+Blue) = 117+186+231=534 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.91% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 231 (90.62% from 255 or 43.26% from 534); Max value from RGB is 231 - color contains mainly: blue. Hex color #75BAE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75BAE7 is #8A4518. Grayscale: #AAAAAA. Windows color (decimal): -9061657 or 15186549. OLE color: 15186549.

HSL color Cylindrical-coordinate representation of color #75BAE7: hue angle of 203.68º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75BAE7 is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB117186231-
CMYK0.490.1900.09
HSL203.68º70.37%68.24%-
HSV(B)203.68º49.35%90.59%-
XYZ39.3244.6782.15-
YUV170.5162.1489.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 21.91%
GREEN value IS 186 (73.05% from 255) = 34.83%
BLUE value IS 231 (90.62% from 255) = 43.26%
R=21.91%
G=34.83%
B=43.26%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1171862310.490.1900.09203.6870.3768.24
Hex75BAE7311309cc4644
Octal1652723476123011314106104
Binary1110101101110101110011111000110011010011100110010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75BAE7; }

 p { color: rgb(117,186,231); }

 H1.HeaderClassName
 {
   color: #75BAE7;
 }
 .AnyTagClassName
 {
   color: #75BAE7;
 }
</style>
background-color css

<style>
 a { background-color: #75BAE7; }

 a { background-color: rgb(117,186,231); }

 div.DivClassName
 {
   background-color: #75BAE7;
 }
 .BgClassName
 {
   background-color: #75BAE7;
 }
</style>
border-color css

<style>
 span { border-color: #75BAE7; }

 span { border-color: rgb(117,186,231); }

 td.TdClassName
 {
   border-color: #75BAE7;
 }
 .TagClassName
 {
   border-color: #75BAE7;
 }
</style>