Html Css Color HEX #80AECD Seagull

📋 copy color: '#80AECD'

red 128 ◦ green 174 ◦ blue 205

#80AECD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seagull #80AECD

Tints of Seagull #80AECD

RGB

 RED value IS 128 (50.39% from 255) = 25.25%

 GREEN value IS 174 (68.36% from 255) = 34.32%

 BLUE value IS 205 (80.47% from 255) = 40.43%

R = 25.25%
G = 34.32%
B = 40.43%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#80AECD (or 0x80AECD) is known color: Seagull. HEX triplet: 80, AE and CD. RGB value is (128,174,205). Sum of RGB (Red+Green+Blue) = 128+174+205=507 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.25% from 507); Green value is 174 (68.36% from 255 or 34.32% from 507); Blue value is 205 (80.47% from 255 or 40.43% from 507); Max value from RGB is 205 - color contains mainly: blue. Hex color #80AECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AECD is #7F5132. Grayscale: #A3A3A3. Windows color (decimal): -8343859 or 13479552. OLE color: 13479552.

HSL color Cylindrical-coordinate representation of color #80AECD: hue angle of 204.16º 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 #80AECD is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 128 174 205 -
CMYK 0.38 0.15 0 0.20
HSL 204.16º 0.44% 0.65% -
HSV(B) 204.16º 0.38% 0.8% -
XYZ 35.06 39.27 63.49 -
YUV 163.78 151.26 102.48 -
System Red Green Blue C M Y K H S L
Decimal 128 174 205 0.38 0.15 0 0.20 204.16 0.44 0.65
Hex 80 AE CD 26 F 0 14 CC 2C 41
Octal 200 256 315 46 17 0 24 314 54 101
Binary 10000000 10101110 11001101 100110 1111 0 10100 11001100 101100 1000001

Color Harmonies of #80AECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AECD

Black with #80AECD

Text Example


Text Example

White with #80AECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #80AECD;
 }
 .AnyTagClassName
 {
   color: #80AECD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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