Html Css Color HEX #80BCDB Seagull

📋 copy color: '#80BCDB'

red 128 ◦ green 188 ◦ blue 219

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

Shades of Seagull #80BCDB

Tints of Seagull #80BCDB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.14%

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

R = 23.93%
G = 35.14%
B = 40.93%

CMYK

 C value IS 0.42

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#80BCDB (or 0x80BCDB) is known color: Seagull. HEX triplet: 80, BC and DB. RGB value is (128,188,219). Sum of RGB (Red+Green+Blue) = 128+188+219=535 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.93% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #80BCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BCDB is #7F4324. Grayscale: #ADADAD. Windows color (decimal): -8340261 or 14400640. OLE color: 14400640.

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

Color convert

RGB 128 188 219 -
CMYK 0.42 0.14 0 0.14
HSL 200.44º 0.56% 0.68% -
HSV(B) 200.44º 0.42% 0.86% -
XYZ 39.67 45.67 73.74 -
YUV 173.59 153.62 95.48 -
System Red Green Blue C M Y K H S L
Decimal 128 188 219 0.42 0.14 0 0.14 200.44 0.56 0.68
Hex 80 BC DB 2A E 0 E C8 38 44
Octal 200 274 333 52 16 0 16 310 70 104
Binary 10000000 10111100 11011011 101010 1110 0 1110 11001000 111000 1000100

Color Harmonies of #80BCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BCDB

Black with #80BCDB

Text Example


Text Example

White with #80BCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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