#74B5DF

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

Shades of Malibu #74B5DF

Tints of Malibu #74B5DF

Color information

#74B5DF (or 0x74B5DF) is unknown color: approx Malibu. HEX triplet: 74, B5 and DF. RGB value is (116,181,223). Sum of RGB (Red+Green+Blue) = 116+181+223=520 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.31% from 520); Green value is 181 (71.09% from 255 or 34.81% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #74B5DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74B5DF is #8B4A20. Grayscale: #A6A6A6. Windows color (decimal): -9128481 or 14660980. OLE color: 14660980.

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

Color convert

RGB116181223-
CMYK0.480.1900.13
HSL203.55º62.57%66.47%-
HSV(B)203.55º47.98%87.45%-
XYZ37.0542.0975.98-
YUV166.35159.9792.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.31%
GREEN value IS 181 (71.09% from 255) = 34.81%
BLUE value IS 223 (87.5% from 255) = 42.88%
R=22.31%
G=34.81%
B=42.88%

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
Decimal1161812230.480.1900.13203.5562.5766.47
Hex74B5DF30130Dcc3f42
Octal164265337602301531477102
Binary111010010110101110111111100001001101101110011001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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