Html Css Color HEX #80BAD5 Seagull

📋 copy color: '#80BAD5'

red 128 ◦ green 186 ◦ blue 213

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

Shades of Seagull #80BAD5

Tints of Seagull #80BAD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.42%

R = 24.29%
G = 35.29%
B = 40.42%

CMYK

 C value IS 0.40

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#80BAD5 (or 0x80BAD5) is known color: Seagull. HEX triplet: 80, BA and D5. RGB value is (128,186,213). Sum of RGB (Red+Green+Blue) = 128+186+213=527 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.29% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 213 (83.59% from 255 or 40.42% from 527); Max value from RGB is 213 - color contains mainly: blue. Hex color #80BAD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BAD5 is #7F452A. Grayscale: #ABABAB. Windows color (decimal): -8340779 or 14006912. OLE color: 14006912.

HSL color Cylindrical-coordinate representation of color #80BAD5: hue angle of 199.06º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80BAD5 is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 186 213 -
CMYK 0.40 0.13 0 0.16
HSL 199.06º 0.5% 0.67% -
HSV(B) 199.06º 0.4% 0.84% -
XYZ 38.47 44.51 69.51 -
YUV 171.74 151.28 96.8 -
System Red Green Blue C M Y K H S L
Decimal 128 186 213 0.40 0.13 0 0.16 199.06 0.5 0.67
Hex 80 BA D5 28 D 0 10 C7 32 43
Octal 200 272 325 50 15 0 20 307 62 103
Binary 10000000 10111010 11010101 101000 1101 0 10000 11000111 110010 1000011

Color Harmonies of #80BAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BAD5

Black with #80BAD5

Text Example


Text Example

White with #80BAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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