#77BAE9

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

Shades of Malibu #77BAE9

Tints of Malibu #77BAE9

Color information

#77BAE9 (or 0x77BAE9) is unknown color: approx Malibu. HEX triplet: 77, BA and E9. RGB value is (119,186,233). Sum of RGB (Red+Green+Blue) = 119+186+233=538 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.12% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 233 (91.41% from 255 or 43.31% from 538); Max value from RGB is 233 - color contains mainly: blue. Hex color #77BAE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77BAE9 is #884516. Grayscale: #ABABAB. Windows color (decimal): -8930583 or 15317623. OLE color: 15317623.

HSL color Cylindrical-coordinate representation of color #77BAE9: hue angle of 204.74º 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 #77BAE9 is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB119186233-
CMYK0.490.2000.09
HSL204.74º72.15%69.02%-
HSV(B)204.74º48.93%91.37%-
XYZ39.8744.9283.66-
YUV171.32162.890.68-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.12%
GREEN value IS 186 (73.05% from 255) = 34.57%
BLUE value IS 233 (91.41% from 255) = 43.31%
R=22.12%
G=34.57%
B=43.31%

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
Decimal1191862330.490.2000.09204.7472.1569.02
Hex77BAE9311409cd4845
Octal1672723516124011315110105
Binary1110111101110101110100111000110100010011100110110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77BAE9; }

 p { color: rgb(119,186,233); }

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

<style>
 a { background-color: #77BAE9; }

 a { background-color: rgb(119,186,233); }

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

<style>
 span { border-color: #77BAE9; }

 span { border-color: rgb(119,186,233); }

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