Html Css Color HEX #80AECF Seagull

📋 copy color: '#80AECF'

red 128 ◦ green 174 ◦ blue 207

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

Shades of Seagull #80AECF

Tints of Seagull #80AECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.67%

R = 25.15%
G = 34.18%
B = 40.67%

CMYK

 C value IS 0.38

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#80AECF (or 0x80AECF) is known color: Seagull. HEX triplet: 80, AE and CF. RGB value is (128,174,207). Sum of RGB (Red+Green+Blue) = 128+174+207=509 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.15% from 509); Green value is 174 (68.36% from 255 or 34.18% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #80AECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AECF is #7F5130. Grayscale: #A3A3A3. Windows color (decimal): -8343857 or 13610624. OLE color: 13610624.

HSL color Cylindrical-coordinate representation of color #80AECF: hue angle of 205.06º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80AECF is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 174 207 -
CMYK 0.38 0.16 0 0.19
HSL 205.06º 0.45% 0.66% -
HSV(B) 205.06º 0.38% 0.81% -
XYZ 35.3 39.37 64.77 -
YUV 164.01 152.26 102.32 -
System Red Green Blue C M Y K H S L
Decimal 128 174 207 0.38 0.16 0 0.19 205.06 0.45 0.66
Hex 80 AE CF 26 10 0 13 CD 2D 42
Octal 200 256 317 46 20 0 23 315 55 102
Binary 10000000 10101110 11001111 100110 10000 0 10011 11001101 101101 1000010

Color Harmonies of #80AECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AECF

Black with #80AECF

Text Example


Text Example

White with #80AECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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