#75B5DF

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

Shades of Malibu #75B5DF

Tints of Malibu #75B5DF

Color information

#75B5DF (or 0x75B5DF) is unknown color: approx Malibu. HEX triplet: 75, B5 and DF. RGB value is (117,181,223). Sum of RGB (Red+Green+Blue) = 117+181+223=521 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.46% from 521); Green value is 181 (71.09% from 255 or 34.74% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #75B5DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75B5DF is #8A4A20. Grayscale: #A6A6A6. Windows color (decimal): -9062945 or 14660981. OLE color: 14660981.

HSL color Cylindrical-coordinate representation of color #75B5DF: hue angle of 203.77º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75B5DF is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB117181223-
CMYK0.480.1900.13
HSL203.77º62.35%66.67%-
HSV(B)203.77º47.53%87.45%-
XYZ37.1842.1675.99-
YUV166.65159.892.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.46%
GREEN value IS 181 (71.09% from 255) = 34.74%
BLUE value IS 223 (87.5% from 255) = 42.80%
R=22.46%
G=34.74%
B=42.80%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1171812230.480.1900.13203.7762.3566.67
Hex75B5DF30130Dcc3e43
Octal165265337602301531476103
Binary111010110110101110111111100001001101101110011001111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75B5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,181,223); }

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

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

 a { background-color: rgb(117,181,223); }

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

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

 span { border-color: rgb(117,181,223); }

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