#74B8EA

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

Shades of Malibu #74B8EA

Tints of Malibu #74B8EA

Color information

#74B8EA (or 0x74B8EA) is unknown color: approx Malibu. HEX triplet: 74, B8 and EA. RGB value is (116,184,234). Sum of RGB (Red+Green+Blue) = 116+184+234=534 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.72% from 534); Green value is 184 (72.27% from 255 or 34.46% from 534); Blue value is 234 (91.80% from 255 or 43.82% from 534); Max value from RGB is 234 - color contains mainly: blue. Hex color #74B8EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74B8EA is #8B4715. Grayscale: #A9A9A9. Windows color (decimal): -9127702 or 15382644. OLE color: 15382644.

HSL color Cylindrical-coordinate representation of color #74B8EA: hue angle of 205.42º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74B8EA is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB116184234-
CMYK0.500.2100.08
HSL205.42º73.75%68.63%-
HSV(B)205.42º50.43%91.76%-
XYZ39.1943.9384.26-
YUV169.37164.4789.93-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.72%
GREEN value IS 184 (72.27% from 255) = 34.46%
BLUE value IS 234 (91.80% from 255) = 43.82%
R=21.72%
G=34.46%
B=43.82%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1161842340.500.2100.08205.4273.7568.63
Hex74B8EA321508cd4a45
Octal1642703526225010315112105
Binary1110100101110001110101011001010101010001100110110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,184,234); }

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

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

 a { background-color: rgb(116,184,234); }

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

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

 span { border-color: rgb(116,184,234); }

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