Html Css Color HEX #80B9DB Seagull

📋 copy color: '#80B9DB'

red 128 ◦ green 185 ◦ blue 219

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

Shades of Seagull #80B9DB

Tints of Seagull #80B9DB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.77%

 BLUE value IS 219 (85.94% from 255) = 41.17%

R = 24.06%
G = 34.77%
B = 41.17%

CMYK

 C value IS 0.42

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#80B9DB (or 0x80B9DB) is known color: Seagull. HEX triplet: 80, B9 and DB. RGB value is (128,185,219). Sum of RGB (Red+Green+Blue) = 128+185+219=532 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.06% from 532); Green value is 185 (72.66% from 255 or 34.77% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #80B9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80B9DB is #7F4624. Grayscale: #ABABAB. Windows color (decimal): -8341029 or 14399872. OLE color: 14399872.

HSL color Cylindrical-coordinate representation of color #80B9DB: hue angle of 202.42º degrees, saturation: 0.56, 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 #80B9DB is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 185 219 -
CMYK 0.42 0.16 0 0.14
HSL 202.42º 0.56% 0.68% -
HSV(B) 202.42º 0.42% 0.86% -
XYZ 39.04 44.4 73.53 -
YUV 171.83 154.62 96.74 -
System Red Green Blue C M Y K H S L
Decimal 128 185 219 0.42 0.16 0 0.14 202.42 0.56 0.68
Hex 80 B9 DB 2A 10 0 E CA 38 44
Octal 200 271 333 52 20 0 16 312 70 104
Binary 10000000 10111001 11011011 101010 10000 0 1110 11001010 111000 1000100

Color Harmonies of #80B9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B9DB

Black with #80B9DB

Text Example


Text Example

White with #80B9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,185,219); }

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

background-color css

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

 a { background-color: rgb(128,185,219); }

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

border-color css

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

 span { border-color: rgb(128,185,219); }

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