#76BCE9

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

Shades of Malibu #76BCE9

Tints of Malibu #76BCE9

Color information

#76BCE9 (or 0x76BCE9) is unknown color: approx Malibu. HEX triplet: 76, BC and E9. RGB value is (118,188,233). Sum of RGB (Red+Green+Blue) = 118+188+233=539 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.89% from 539); Green value is 188 (73.83% from 255 or 34.88% from 539); Blue value is 233 (91.41% from 255 or 43.23% from 539); Max value from RGB is 233 - color contains mainly: blue. Hex color #76BCE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76BCE9 is #894316. Grayscale: #ABABAB. Windows color (decimal): -8995607 or 15318134. OLE color: 15318134.

HSL color Cylindrical-coordinate representation of color #76BCE9: hue angle of 203.48º degrees, saturation: 0.72, 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 #76BCE9 is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB118188233-
CMYK0.490.1900.09
HSL203.48º72.33%68.82%-
HSV(B)203.48º49.36%91.37%-
XYZ40.1645.783.8-
YUV172.2162.3189.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.89%
GREEN value IS 188 (73.83% from 255) = 34.88%
BLUE value IS 233 (91.41% from 255) = 43.23%
R=21.89%
G=34.88%
B=43.23%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1181882330.490.1900.09203.4872.3368.82
Hex76BCE9311309cb4845
Octal1662743516123011313110105
Binary1110110101111001110100111000110011010011100101110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,188,233); }

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

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

 a { background-color: rgb(118,188,233); }

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

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

 span { border-color: rgb(118,188,233); }

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