Html Css Color HEX #80BFDB Seagull

📋 copy color: '#80BFDB'

red 128 ◦ green 191 ◦ blue 219

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

Shades of Seagull #80BFDB

Tints of Seagull #80BFDB

RGB

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

 GREEN value IS 191 (75% from 255) = 35.5%

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

R = 23.79%
G = 35.5%
B = 40.71%

CMYK

 C value IS 0.42

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#80BFDB (or 0x80BFDB) is known color: Seagull. HEX triplet: 80, BF and DB. RGB value is (128,191,219). Sum of RGB (Red+Green+Blue) = 128+191+219=538 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.79% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #80BFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BFDB is #7F4024. Grayscale: #AFAFAF. Windows color (decimal): -8339493 or 14401408. OLE color: 14401408.

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

Color convert

RGB 128 191 219 -
CMYK 0.42 0.13 0 0.14
HSL 198.46º 0.56% 0.68% -
HSV(B) 198.46º 0.42% 0.86% -
XYZ 40.32 46.97 73.96 -
YUV 175.36 152.63 94.22 -
System Red Green Blue C M Y K H S L
Decimal 128 191 219 0.42 0.13 0 0.14 198.46 0.56 0.68
Hex 80 BF DB 2A D 0 E C6 38 44
Octal 200 277 333 52 15 0 16 306 70 104
Binary 10000000 10111111 11011011 101010 1101 0 1110 11000110 111000 1000100

Color Harmonies of #80BFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BFDB

Black with #80BFDB

Text Example


Text Example

White with #80BFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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