Html Css Color HEX #80BADE Seagull

📋 copy color: '#80BADE'

red 128 ◦ green 186 ◦ blue 222

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

Shades of Seagull #80BADE

Tints of Seagull #80BADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.42%

R = 23.88%
G = 34.7%
B = 41.42%

CMYK

 C value IS 0.42

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#80BADE (or 0x80BADE) is known color: Seagull. HEX triplet: 80, BA and DE. RGB value is (128,186,222). Sum of RGB (Red+Green+Blue) = 128+186+222=536 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.88% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 222 (87.11% from 255 or 41.42% from 536); Max value from RGB is 222 - color contains mainly: blue. Hex color #80BADE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BADE is #7F4521. Grayscale: #ACACAC. Windows color (decimal): -8340770 or 14596736. OLE color: 14596736.

HSL color Cylindrical-coordinate representation of color #80BADE: hue angle of 202.98º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80BADE is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 186 222 -
CMYK 0.42 0.16 0 0.13
HSL 202.98º 0.59% 0.69% -
HSV(B) 202.98º 0.42% 0.87% -
XYZ 39.65 44.98 75.7 -
YUV 172.76 155.78 96.07 -
System Red Green Blue C M Y K H S L
Decimal 128 186 222 0.42 0.16 0 0.13 202.98 0.59 0.69
Hex 80 BA DE 2A 10 0 D CB 3B 45
Octal 200 272 336 52 20 0 15 313 73 105
Binary 10000000 10111010 11011110 101010 10000 0 1101 11001011 111011 1000101

Color Harmonies of #80BADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BADE

Black with #80BADE

Text Example


Text Example

White with #80BADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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