Html Css Color HEX #80BADD Seagull

📋 copy color: '#80BADD'

red 128 ◦ green 186 ◦ blue 221

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

Shades of Seagull #80BADD

Tints of Seagull #80BADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.31%

R = 23.93%
G = 34.77%
B = 41.31%

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

#80BADD (or 0x80BADD) is known color: Seagull. HEX triplet: 80, BA and DD. RGB value is (128,186,221). Sum of RGB (Red+Green+Blue) = 128+186+221=535 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.93% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #80BADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BADD is #7F4522. Grayscale: #ACACAC. Windows color (decimal): -8340771 or 14531200. OLE color: 14531200.

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

Color convert

RGB 128 186 221 -
CMYK 0.42 0.16 0 0.13
HSL 202.58º 0.58% 0.68% -
HSV(B) 202.58º 0.42% 0.87% -
XYZ 39.51 44.93 75 -
YUV 172.65 155.28 96.15 -
System Red Green Blue C M Y K H S L
Decimal 128 186 221 0.42 0.16 0 0.13 202.58 0.58 0.68
Hex 80 BA DD 2A 10 0 D CB 3A 44
Octal 200 272 335 52 20 0 15 313 72 104
Binary 10000000 10111010 11011101 101010 10000 0 1101 11001011 111010 1000100

Color Harmonies of #80BADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BADD

Black with #80BADD

Text Example


Text Example

White with #80BADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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