#77AFCF

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

Shades of Seagull #77AFCF

Tints of Seagull #77AFCF

Color information

#77AFCF (or 0x77AFCF) is unknown color: approx Seagull. HEX triplet: 77, AF and CF. RGB value is (119,175,207). Sum of RGB (Red+Green+Blue) = 119+175+207=501 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.75% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #77AFCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77AFCF is #885030. Grayscale: #A1A1A1. Windows color (decimal): -8933425 or 13610871. OLE color: 13610871.

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

Color convert

RGB119175207-
CMYK0.430.1500.19
HSL201.82º47.83%63.92%-
HSV(B)201.82º42.51%81.18%-
XYZ34.239.0964.77-
YUV161.9153.4597.4-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.75%
GREEN value IS 175 (68.75% from 255) = 34.93%
BLUE value IS 207 (81.25% from 255) = 41.32%
R=23.75%
G=34.93%
B=41.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1191752070.430.1500.19201.8247.8363.92
Hex77AFCF2BF013ca3040
Octal167257317531702331260100
Binary111011110101111110011111010111111010011110010101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77AFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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