#75B7E0

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

Shades of Malibu #75B7E0

Tints of Malibu #75B7E0

Color information

#75B7E0 (or 0x75B7E0) is unknown color: approx Malibu. HEX triplet: 75, B7 and E0. RGB value is (117,183,224). Sum of RGB (Red+Green+Blue) = 117+183+224=524 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.33% from 524); Green value is 183 (71.88% from 255 or 34.92% from 524); Blue value is 224 (87.89% from 255 or 42.75% from 524); Max value from RGB is 224 - color contains mainly: blue. Hex color #75B7E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75B7E0 is #8A481F. Grayscale: #A7A7A7. Windows color (decimal): -9062432 or 14727029. OLE color: 14727029.

HSL color Cylindrical-coordinate representation of color #75B7E0: hue angle of 202.99º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75B7E0 is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB117183224-
CMYK0.480.1800.12
HSL202.99º63.31%66.86%-
HSV(B)202.99º47.77%87.84%-
XYZ37.7243.0376.84-
YUV167.94159.6391.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.33%
GREEN value IS 183 (71.88% from 255) = 34.92%
BLUE value IS 224 (87.89% from 255) = 42.75%
R=22.33%
G=34.92%
B=42.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1171832240.480.1800.12202.9963.3166.86
Hex75B7E030120Ccb3f43
Octal165267340602201431377103
Binary111010110110111111000001100001001001100110010111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B7E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,183,224); }

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

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

 a { background-color: rgb(117,183,224); }

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

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

 span { border-color: rgb(117,183,224); }

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