#77AFCE

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

Shades of Seagull #77AFCE

Tints of Seagull #77AFCE

Color information

#77AFCE (or 0x77AFCE) is unknown color: approx Seagull. HEX triplet: 77, AF and CE. RGB value is (119,175,206). Sum of RGB (Red+Green+Blue) = 119+175+206=500 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.8% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #77AFCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77AFCE is #885031. Grayscale: #A1A1A1. Windows color (decimal): -8933426 or 13545335. OLE color: 13545335.

HSL color Cylindrical-coordinate representation of color #77AFCE: hue angle of 201.38º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77AFCE is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB119175206-
CMYK0.420.1500.19
HSL201.38º47.03%63.73%-
HSV(B)201.38º42.23%80.78%-
XYZ34.0839.0464.13-
YUV161.79152.9597.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.8%
GREEN value IS 175 (68.75% from 255) = 35%
BLUE value IS 206 (80.86% from 255) = 41.2%
R=23.8%
G=35%
B=41.2%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1191752060.420.1500.19201.3847.0363.73
Hex77AFCE2AF013c92f40
Octal167257316521702331157100
Binary111011110101111110011101010101111010011110010011011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77AFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,175,206); }

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

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

 a { background-color: rgb(119,175,206); }

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

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

 span { border-color: rgb(119,175,206); }

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