Html Css Color HEX #80BACE Seagull

📋 copy color: '#80BACE'

red 128 ◦ green 186 ◦ blue 206

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

Shades of Seagull #80BACE

Tints of Seagull #80BACE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.77%

 BLUE value IS 206 (80.86% from 255) = 39.62%

R = 24.62%
G = 35.77%
B = 39.62%

CMYK

 C value IS 0.38

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#80BACE (or 0x80BACE) is known color: Seagull. HEX triplet: 80, BA and CE. RGB value is (128,186,206). Sum of RGB (Red+Green+Blue) = 128+186+206=520 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.62% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #80BACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BACE is #7F4531. Grayscale: #AAAAAA. Windows color (decimal): -8340786 or 13548160. OLE color: 13548160.

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

Color convert

RGB 128 186 206 -
CMYK 0.38 0.10 0 0.19
HSL 195.38º 0.44% 0.65% -
HSV(B) 195.38º 0.38% 0.81% -
XYZ 37.6 44.16 64.94 -
YUV 170.94 147.78 97.37 -
System Red Green Blue C M Y K H S L
Decimal 128 186 206 0.38 0.10 0 0.19 195.38 0.44 0.65
Hex 80 BA CE 26 A 0 13 C3 2C 41
Octal 200 272 316 46 12 0 23 303 54 101
Binary 10000000 10111010 11001110 100110 1010 0 10011 11000011 101100 1000001

Color Harmonies of #80BACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BACE

Black with #80BACE

Text Example


Text Example

White with #80BACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,186,206); }

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

background-color css

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

 a { background-color: rgb(128,186,206); }

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

border-color css

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

 span { border-color: rgb(128,186,206); }

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