#74B5DE

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

Shades of Malibu #74B5DE

Tints of Malibu #74B5DE

Color information

#74B5DE (or 0x74B5DE) is unknown color: approx Malibu. HEX triplet: 74, B5 and DE. RGB value is (116,181,222). Sum of RGB (Red+Green+Blue) = 116+181+222=519 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.35% from 519); Green value is 181 (71.09% from 255 or 34.87% from 519); Blue value is 222 (87.11% from 255 or 42.77% from 519); Max value from RGB is 222 - color contains mainly: blue. Hex color #74B5DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74B5DE is #8B4A21. Grayscale: #A6A6A6. Windows color (decimal): -9128482 or 14595444. OLE color: 14595444.

HSL color Cylindrical-coordinate representation of color #74B5DE: hue angle of 203.21º degrees, saturation: 0.62, 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 #74B5DE is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB116181222-
CMYK0.480.1800.13
HSL203.21º61.63%66.27%-
HSV(B)203.21º47.75%87.06%-
XYZ36.9142.0375.28-
YUV166.24159.4792.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.35%
GREEN value IS 181 (71.09% from 255) = 34.87%
BLUE value IS 222 (87.11% from 255) = 42.77%
R=22.35%
G=34.87%
B=42.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1161812220.480.1800.13203.2161.6366.27
Hex74B5DE30120Dcb3e42
Octal164265336602201531376102
Binary111010010110101110111101100001001001101110010111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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