#74B3DC

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

Shades of Malibu #74B3DC

Tints of Malibu #74B3DC

Color information

#74B3DC (or 0x74B3DC) is unknown color: approx Malibu. HEX triplet: 74, B3 and DC. RGB value is (116,179,220). Sum of RGB (Red+Green+Blue) = 116+179+220=515 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.52% from 515); Green value is 179 (70.31% from 255 or 34.76% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #74B3DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74B3DC is #8B4C23. Grayscale: #A4A4A4. Windows color (decimal): -9128996 or 14463860. OLE color: 14463860.

HSL color Cylindrical-coordinate representation of color #74B3DC: hue angle of 203.65º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74B3DC is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB116179220-
CMYK0.470.1900.14
HSL203.65º59.77%65.88%-
HSV(B)203.65º47.27%86.27%-
XYZ36.2441.1273.74-
YUV164.84159.1393.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.52%
GREEN value IS 179 (70.31% from 255) = 34.76%
BLUE value IS 220 (86.33% from 255) = 42.72%
R=22.52%
G=34.76%
B=42.72%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1161792200.470.1900.14203.6559.7765.88
Hex74B3DC2F130Ecc3c42
Octal164263334572301631474102
Binary111010010110011110111001011111001101110110011001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,179,220); }

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

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

 a { background-color: rgb(116,179,220); }

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

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

 span { border-color: rgb(116,179,220); }

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