#76B9E7

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

Shades of Malibu #76B9E7

Tints of Malibu #76B9E7

Color information

#76B9E7 (or 0x76B9E7) is unknown color: approx Malibu. HEX triplet: 76, B9 and E7. RGB value is (118,185,231). Sum of RGB (Red+Green+Blue) = 118+185+231=534 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.10% from 534); Green value is 185 (72.66% from 255 or 34.64% from 534); Blue value is 231 (90.62% from 255 or 43.26% from 534); Max value from RGB is 231 - color contains mainly: blue. Hex color #76B9E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76B9E7 is #894618. Grayscale: #A9A9A9. Windows color (decimal): -8996377 or 15186294. OLE color: 15186294.

HSL color Cylindrical-coordinate representation of color #76B9E7: hue angle of 204.42º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76B9E7 is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB118185231-
CMYK0.490.2000.09
HSL204.42º70.19%68.43%-
HSV(B)204.42º48.92%90.59%-
XYZ39.2444.3282.09-
YUV170.21162.390.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.10%
GREEN value IS 185 (72.66% from 255) = 34.64%
BLUE value IS 231 (90.62% from 255) = 43.26%
R=22.10%
G=34.64%
B=43.26%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1181852310.490.2000.09204.4270.1968.43
Hex76B9E7311409cc4644
Octal1662713476124011314106104
Binary1110110101110011110011111000110100010011100110010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B9E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,185,231); }

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

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

 a { background-color: rgb(118,185,231); }

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

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

 span { border-color: rgb(118,185,231); }

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