#75BDE5

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

Shades of Malibu #75BDE5

Tints of Malibu #75BDE5

Color information

#75BDE5 (or 0x75BDE5) is unknown color: approx Malibu. HEX triplet: 75, BD and E5. RGB value is (117,189,229). Sum of RGB (Red+Green+Blue) = 117+189+229=535 (70% of max value = 765). Red value is 117 (46.09% from 255 or 21.87% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 229 (89.84% from 255 or 42.80% from 535); Max value from RGB is 229 - color contains mainly: blue. Hex color #75BDE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BDE5 is #8A421A. Grayscale: #ABABAB. Windows color (decimal): -9060891 or 15056245. OLE color: 15056245.

HSL color Cylindrical-coordinate representation of color #75BDE5: hue angle of 201.43º degrees, saturation: 0.68, 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 #75BDE5 is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB117189229-
CMYK0.490.1700.10
HSL201.43º68.29%67.84%-
HSV(B)201.43º48.91%89.8%-
XYZ39.6845.8380.88-
YUV172.03160.1588.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 21.87%
GREEN value IS 189 (74.22% from 255) = 35.33%
BLUE value IS 229 (89.84% from 255) = 42.80%
R=21.87%
G=35.33%
B=42.80%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1171892290.490.1700.10201.4368.2967.84
Hex75BDE531110Ac94444
Octal1652753456121012311104104
Binary1110101101111011110010111000110001010101100100110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,189,229); }

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

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

 a { background-color: rgb(117,189,229); }

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

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

 span { border-color: rgb(117,189,229); }

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