#77BAE6

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

Shades of Malibu #77BAE6

Tints of Malibu #77BAE6

Color information

#77BAE6 (or 0x77BAE6) is unknown color: approx Malibu. HEX triplet: 77, BA and E6. RGB value is (119,186,230). Sum of RGB (Red+Green+Blue) = 119+186+230=535 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.24% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 230 (90.23% from 255 or 42.99% from 535); Max value from RGB is 230 - color contains mainly: blue. Hex color #77BAE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77BAE6 is #884519. Grayscale: #AAAAAA. Windows color (decimal): -8930586 or 15121015. OLE color: 15121015.

HSL color Cylindrical-coordinate representation of color #77BAE6: hue angle of 203.78º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #77BAE6 is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB119186230-
CMYK0.480.1900.10
HSL203.78º68.94%68.43%-
HSV(B)203.78º48.26%90.2%-
XYZ39.4544.7581.42-
YUV170.98161.390.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.24%
GREEN value IS 186 (73.05% from 255) = 34.77%
BLUE value IS 230 (90.23% from 255) = 42.99%
R=22.24%
G=34.77%
B=42.99%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1191862300.480.1900.10203.7868.9468.43
Hex77BAE630130Acc4544
Octal1672723466023012314105104
Binary1110111101110101110011011000010011010101100110010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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