Html Css Color HEX #80ADCB Seagull

📋 copy color: '#80ADCB'

red 128 ◦ green 173 ◦ blue 203

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

Shades of Seagull #80ADCB

Tints of Seagull #80ADCB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.33%

 BLUE value IS 203 (79.69% from 255) = 40.28%

R = 25.4%
G = 34.33%
B = 40.28%

CMYK

 C value IS 0.37

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#80ADCB (or 0x80ADCB) is known color: Seagull. HEX triplet: 80, AD and CB. RGB value is (128,173,203). Sum of RGB (Red+Green+Blue) = 128+173+203=504 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.40% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #80ADCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ADCB is #7F5234. Grayscale: #A2A2A2. Windows color (decimal): -8344117 or 13348224. OLE color: 13348224.

HSL color Cylindrical-coordinate representation of color #80ADCB: hue angle of 204º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80ADCB is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 128 173 203 -
CMYK 0.37 0.15 0 0.20
HSL 204º 0.42% 0.65% -
HSV(B) 204º 0.37% 0.8% -
XYZ 34.63 38.79 62.16 -
YUV 162.97 150.59 103.06 -
System Red Green Blue C M Y K H S L
Decimal 128 173 203 0.37 0.15 0 0.20 204 0.42 0.65
Hex 80 AD CB 25 F 0 14 CC 2A 41
Octal 200 255 313 45 17 0 24 314 52 101
Binary 10000000 10101101 11001011 100101 1111 0 10100 11001100 101010 1000001

Color Harmonies of #80ADCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ADCB

Black with #80ADCB

Text Example


Text Example

White with #80ADCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,173,203); }

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

background-color css

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

 a { background-color: rgb(128,173,203); }

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

border-color css

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

 span { border-color: rgb(128,173,203); }

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