Html Css Color HEX #80BACD Seagull

📋 copy color: '#80BACD'

red 128 ◦ green 186 ◦ blue 205

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

Shades of Seagull #80BACD

Tints of Seagull #80BACD

RGB

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

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

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

R = 24.66%
G = 35.84%
B = 39.5%

CMYK

 C value IS 0.38

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#80BACD (or 0x80BACD) is known color: Seagull. HEX triplet: 80, BA and CD. RGB value is (128,186,205). Sum of RGB (Red+Green+Blue) = 128+186+205=519 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.66% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #80BACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BACD is #7F4532. Grayscale: #AAAAAA. Windows color (decimal): -8340787 or 13482624. OLE color: 13482624.

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

Color convert

RGB 128 186 205 -
CMYK 0.38 0.09 0 0.20
HSL 194.81º 0.44% 0.65% -
HSV(B) 194.81º 0.38% 0.8% -
XYZ 37.48 44.11 64.3 -
YUV 170.82 147.28 97.46 -
System Red Green Blue C M Y K H S L
Decimal 128 186 205 0.38 0.09 0 0.20 194.81 0.44 0.65
Hex 80 BA CD 26 9 0 14 C3 2C 41
Octal 200 272 315 46 11 0 24 303 54 101
Binary 10000000 10111010 11001101 100110 1001 0 10100 11000011 101100 1000001

Color Harmonies of #80BACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BACD

Black with #80BACD

Text Example


Text Example

White with #80BACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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