#75B9E7

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

Shades of Malibu #75B9E7

Tints of Malibu #75B9E7

Color information

#75B9E7 (or 0x75B9E7) is unknown color: approx Malibu. HEX triplet: 75, B9 and E7. RGB value is (117,185,231). Sum of RGB (Red+Green+Blue) = 117+185+231=533 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.95% from 533); Green value is 185 (72.66% from 255 or 34.71% from 533); Blue value is 231 (90.62% from 255 or 43.34% from 533); Max value from RGB is 231 - color contains mainly: blue. Hex color #75B9E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75B9E7 is #8A4618. Grayscale: #A9A9A9. Windows color (decimal): -9061913 or 15186293. OLE color: 15186293.

HSL color Cylindrical-coordinate representation of color #75B9E7: hue angle of 204.21º 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 #75B9E7 is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB117185231-
CMYK0.490.2000.09
HSL204.21º70.37%68.24%-
HSV(B)204.21º49.35%90.59%-
XYZ39.1144.2582.08-
YUV169.91162.4790.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.95%
GREEN value IS 185 (72.66% from 255) = 34.71%
BLUE value IS 231 (90.62% from 255) = 43.34%
R=21.95%
G=34.71%
B=43.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1171852310.490.2000.09204.2170.3768.24
Hex75B9E7311409cc4644
Octal1652713476124011314106104
Binary1110101101110011110011111000110100010011100110010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B9E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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