#80AFCD

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

Shades of Seagull #80AFCD

Tints of Seagull #80AFCD

Color information

#80AFCD (or 0x80AFCD) is unknown color: approx Seagull. HEX triplet: 80, AF and CD. RGB value is (128,175,205). Sum of RGB (Red+Green+Blue) = 128+175+205=508 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.20% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #80AFCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AFCD is #7F5032. Grayscale: #A4A4A4. Windows color (decimal): -8343603 or 13479808. OLE color: 13479808.

HSL color Cylindrical-coordinate representation of color #80AFCD: hue angle of 203.38º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80AFCD is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB128175205-
CMYK0.380.1500.20
HSL203.38º43.5%65.29%-
HSV(B)203.38º37.56%80.39%-
XYZ35.2539.6663.55-
YUV164.37150.93102.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.20%
GREEN value IS 175 (68.75% from 255) = 34.45%
BLUE value IS 205 (80.47% from 255) = 40.35%
R=25.20%
G=34.45%
B=40.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1281752050.380.1500.20203.3843.565.29
Hex80AFCD26F014cb2c41
Octal200257315461702431354101
Binary1000000010101111110011011001101111010100110010111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80AFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80AFCD; }

 p { color: rgb(128,175,205); }

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

<style>
 a { background-color: #80AFCD; }

 a { background-color: rgb(128,175,205); }

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

<style>
 span { border-color: #80AFCD; }

 span { border-color: rgb(128,175,205); }

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