#76BBE2

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

Shades of Malibu #76BBE2

Tints of Malibu #76BBE2

Color information

#76BBE2 (or 0x76BBE2) is unknown color: approx Malibu. HEX triplet: 76, BB and E2. RGB value is (118,187,226). Sum of RGB (Red+Green+Blue) = 118+187+226=531 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.22% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 226 (88.67% from 255 or 42.56% from 531); Max value from RGB is 226 - color contains mainly: blue. Hex color #76BBE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BBE2 is #89441D. Grayscale: #AAAAAA. Windows color (decimal): -8995870 or 14859126. OLE color: 14859126.

HSL color Cylindrical-coordinate representation of color #76BBE2: hue angle of 201.67º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76BBE2 is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB118187226-
CMYK0.480.1700.11
HSL201.67º65.06%67.45%-
HSV(B)201.67º47.79%88.63%-
XYZ38.9744.8878.56-
YUV170.82159.1490.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.22%
GREEN value IS 187 (73.44% from 255) = 35.22%
BLUE value IS 226 (88.67% from 255) = 42.56%
R=22.22%
G=35.22%
B=42.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1181872260.480.1700.11201.6765.0667.45
Hex76BBE230110Bca4143
Octal1662733426021013312101103
Binary1110110101110111110001011000010001010111100101010000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76BBE2; }

 p { color: rgb(118,187,226); }

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

<style>
 a { background-color: #76BBE2; }

 a { background-color: rgb(118,187,226); }

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

<style>
 span { border-color: #76BBE2; }

 span { border-color: rgb(118,187,226); }

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