Html Css Color HEX #80C0DB Seagull

📋 copy color: '#80C0DB'

red 128 ◦ green 192 ◦ blue 219

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

Shades of Seagull #80C0DB

Tints of Seagull #80C0DB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.62%

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

R = 23.75%
G = 35.62%
B = 40.63%

CMYK

 C value IS 0.42

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#80C0DB (or 0x80C0DB) is known color: Seagull. HEX triplet: 80, C0 and DB. RGB value is (128,192,219). Sum of RGB (Red+Green+Blue) = 128+192+219=539 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.75% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #80C0DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C0DB is #7F3F24. Grayscale: #AFAFAF. Windows color (decimal): -8339237 or 14401664. OLE color: 14401664.

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

Color convert

RGB 128 192 219 -
CMYK 0.42 0.12 0 0.14
HSL 197.8º 0.56% 0.68% -
HSV(B) 197.8º 0.42% 0.86% -
XYZ 40.54 47.4 74.03 -
YUV 175.94 152.3 93.8 -
System Red Green Blue C M Y K H S L
Decimal 128 192 219 0.42 0.12 0 0.14 197.8 0.56 0.68
Hex 80 C0 DB 2A C 0 E C6 38 44
Octal 200 300 333 52 14 0 16 306 70 104
Binary 10000000 11000000 11011011 101010 1100 0 1110 11000110 111000 1000100

Color Harmonies of #80C0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C0DB

Black with #80C0DB

Text Example


Text Example

White with #80C0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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