#76C1E8

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

Shades of Malibu #76C1E8

Tints of Malibu #76C1E8

Color information

#76C1E8 (or 0x76C1E8) is unknown color: approx Malibu. HEX triplet: 76, C1 and E8. RGB value is (118,193,232). Sum of RGB (Red+Green+Blue) = 118+193+232=543 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.73% from 543); Green value is 193 (75.78% from 255 or 35.54% from 543); Blue value is 232 (91.02% from 255 or 42.73% from 543); Max value from RGB is 232 - color contains mainly: blue. Hex color #76C1E8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76C1E8 is #893E17. Grayscale: #AEAEAE. Windows color (decimal): -8994328 or 15253878. OLE color: 15253878.

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

Color convert

RGB118193232-
CMYK0.490.1700.09
HSL200.53º71.25%68.63%-
HSV(B)200.53º49.14%90.98%-
XYZ41.1147.8283.41-
YUV175.02160.1587.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.73%
GREEN value IS 193 (75.78% from 255) = 35.54%
BLUE value IS 232 (91.02% from 255) = 42.73%
R=21.73%
G=35.54%
B=42.73%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1181932320.490.1700.09200.5371.2568.63
Hex76C1E8311109c94745
Octal1663013506121011311107105
Binary1110110110000011110100011000110001010011100100110001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C1E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,193,232); }

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

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

 a { background-color: rgb(118,193,232); }

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

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

 span { border-color: rgb(118,193,232); }

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