Html Css Color HEX #80ACC7 Seagull

📋 copy color: '#80ACC7'

red 128 ◦ green 172 ◦ blue 199

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

Shades of Seagull #80ACC7

Tints of Seagull #80ACC7

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.47%

 BLUE value IS 199 (78.13% from 255) = 39.88%

R = 25.65%
G = 34.47%
B = 39.88%

CMYK

 C value IS 0.36

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#80ACC7 (or 0x80ACC7) is known color: Seagull. HEX triplet: 80, AC and C7. RGB value is (128,172,199). Sum of RGB (Red+Green+Blue) = 128+172+199=499 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.65% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 199 (78.12% from 255 or 39.88% from 499); Max value from RGB is 199 - color contains mainly: blue. Hex color #80ACC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ACC7 is #7F5338. Grayscale: #A1A1A1. Windows color (decimal): -8344377 or 13085824. OLE color: 13085824.

HSL color Cylindrical-coordinate representation of color #80ACC7: hue angle of 202.82º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #80ACC7 is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 128 172 199 -
CMYK 0.36 0.14 0 0.22
HSL 202.82º 0.39% 0.64% -
HSV(B) 202.82º 0.36% 0.78% -
XYZ 33.96 38.22 59.62 -
YUV 161.92 148.92 103.8 -
System Red Green Blue C M Y K H S L
Decimal 128 172 199 0.36 0.14 0 0.22 202.82 0.39 0.64
Hex 80 AC C7 24 E 0 16 CB 27 40
Octal 200 254 307 44 16 0 26 313 47 100
Binary 10000000 10101100 11000111 100100 1110 0 10110 11001011 100111 1000000

Color Harmonies of #80ACC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ACC7

Black with #80ACC7

Text Example


Text Example

White with #80ACC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,172,199); }

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

background-color css

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

 a { background-color: rgb(128,172,199); }

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

border-color css

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

 span { border-color: rgb(128,172,199); }

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