Html Css Color HEX #80BDDB Seagull

📋 copy color: '#80BDDB'

red 128 ◦ green 189 ◦ blue 219

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

Shades of Seagull #80BDDB

Tints of Seagull #80BDDB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.26%

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

R = 23.88%
G = 35.26%
B = 40.86%

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

#80BDDB (or 0x80BDDB) is known color: Seagull. HEX triplet: 80, BD and DB. RGB value is (128,189,219). Sum of RGB (Red+Green+Blue) = 128+189+219=536 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.88% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #80BDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BDDB is #7F4224. Grayscale: #AEAEAE. Windows color (decimal): -8340005 or 14400896. OLE color: 14400896.

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

Color convert

RGB 128 189 219 -
CMYK 0.42 0.14 0 0.14
HSL 199.78º 0.56% 0.68% -
HSV(B) 199.78º 0.42% 0.86% -
XYZ 39.89 46.1 73.81 -
YUV 174.18 153.29 95.06 -
System Red Green Blue C M Y K H S L
Decimal 128 189 219 0.42 0.14 0 0.14 199.78 0.56 0.68
Hex 80 BD DB 2A E 0 E C8 38 44
Octal 200 275 333 52 16 0 16 310 70 104
Binary 10000000 10111101 11011011 101010 1110 0 1110 11001000 111000 1000100

Color Harmonies of #80BDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BDDB

Black with #80BDDB

Text Example


Text Example

White with #80BDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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