Html Css Color HEX #80BADC Seagull

📋 copy color: '#80BADC'

red 128 ◦ green 186 ◦ blue 220

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

Shades of Seagull #80BADC

Tints of Seagull #80BADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.2%

R = 23.97%
G = 34.83%
B = 41.2%

CMYK

 C value IS 0.42

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#80BADC (or 0x80BADC) is known color: Seagull. HEX triplet: 80, BA and DC. RGB value is (128,186,220). Sum of RGB (Red+Green+Blue) = 128+186+220=534 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.97% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #80BADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BADC is #7F4523. Grayscale: #ACACAC. Windows color (decimal): -8340772 or 14465664. OLE color: 14465664.

HSL color Cylindrical-coordinate representation of color #80BADC: hue angle of 202.17º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80BADC is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 186 220 -
CMYK 0.42 0.15 0 0.14
HSL 202.17º 0.57% 0.68% -
HSV(B) 202.17º 0.42% 0.86% -
XYZ 39.38 44.87 74.3 -
YUV 172.53 154.78 96.24 -
System Red Green Blue C M Y K H S L
Decimal 128 186 220 0.42 0.15 0 0.14 202.17 0.57 0.68
Hex 80 BA DC 2A F 0 E CA 39 44
Octal 200 272 334 52 17 0 16 312 71 104
Binary 10000000 10111010 11011100 101010 1111 0 1110 11001010 111001 1000100

Color Harmonies of #80BADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BADC

Black with #80BADC

Text Example


Text Example

White with #80BADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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