#74B4DD

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

Shades of Malibu #74B4DD

Tints of Malibu #74B4DD

Color information

#74B4DD (or 0x74B4DD) is unknown color: approx Malibu. HEX triplet: 74, B4 and DD. RGB value is (116,180,221). Sum of RGB (Red+Green+Blue) = 116+180+221=517 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.44% from 517); Green value is 180 (70.70% from 255 or 34.82% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #74B4DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74B4DD is #8B4B22. Grayscale: #A5A5A5. Windows color (decimal): -9128739 or 14529652. OLE color: 14529652.

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

Color convert

RGB116180221-
CMYK0.480.1900.13
HSL203.43º60.69%66.08%-
HSV(B)203.43º47.51%86.67%-
XYZ36.5741.5874.5-
YUV165.54159.392.67-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.44%
GREEN value IS 180 (70.70% from 255) = 34.82%
BLUE value IS 221 (86.72% from 255) = 42.75%
R=22.44%
G=34.82%
B=42.75%

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
Decimal1161802210.480.1900.13203.4360.6966.08
Hex74B4DD30130Dcb3d42
Octal164264335602301531375102
Binary111010010110100110111011100001001101101110010111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,180,221); }

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

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

 a { background-color: rgb(116,180,221); }

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

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

 span { border-color: rgb(116,180,221); }

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