#77BBE7

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

Shades of Malibu #77BBE7

Tints of Malibu #77BBE7

Color information

#77BBE7 (or 0x77BBE7) is unknown color: approx Malibu. HEX triplet: 77, BB and E7. RGB value is (119,187,231). Sum of RGB (Red+Green+Blue) = 119+187+231=537 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.16% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 231 (90.62% from 255 or 43.02% from 537); Max value from RGB is 231 - color contains mainly: blue. Hex color #77BBE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77BBE7 is #884418. Grayscale: #ABABAB. Windows color (decimal): -8930329 or 15186807. OLE color: 15186807.

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

Color convert

RGB119187231-
CMYK0.480.1900.09
HSL203.57º70%68.63%-
HSV(B)203.57º48.48%90.59%-
XYZ39.845.2382.23-
YUV171.68161.4790.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.16%
GREEN value IS 187 (73.44% from 255) = 34.82%
BLUE value IS 231 (90.62% from 255) = 43.02%
R=22.16%
G=34.82%
B=43.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1191872310.480.1900.09203.577068.63
Hex77BBE7301309cc4645
Octal1672733476023011314106105
Binary1110111101110111110011111000010011010011100110010001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,187,231); }

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

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

 a { background-color: rgb(119,187,231); }

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

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

 span { border-color: rgb(119,187,231); }

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