#76B8E2

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

Shades of Malibu #76B8E2

Tints of Malibu #76B8E2

Color information

#76B8E2 (or 0x76B8E2) is unknown color: approx Malibu. HEX triplet: 76, B8 and E2. RGB value is (118,184,226). Sum of RGB (Red+Green+Blue) = 118+184+226=528 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.35% from 528); Green value is 184 (72.27% from 255 or 34.85% from 528); Blue value is 226 (88.67% from 255 or 42.80% from 528); Max value from RGB is 226 - color contains mainly: blue. Hex color #76B8E2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76B8E2 is #89471D. Grayscale: #A8A8A8. Windows color (decimal): -8996638 or 14858358. OLE color: 14858358.

HSL color Cylindrical-coordinate representation of color #76B8E2: hue angle of 203.33º 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 #76B8E2 is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB118184226-
CMYK0.480.1900.11
HSL203.33º65.06%67.45%-
HSV(B)203.33º47.79%88.63%-
XYZ38.3443.6278.35-
YUV169.05160.1391.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.35%
GREEN value IS 184 (72.27% from 255) = 34.85%
BLUE value IS 226 (88.67% from 255) = 42.80%
R=22.35%
G=34.85%
B=42.80%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1181842260.480.1900.11203.3365.0667.45
Hex76B8E230130Bcb4143
Octal1662703426023013313101103
Binary1110110101110001110001011000010011010111100101110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B8E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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