Html Css Color HEX #80BEDB Seagull

📋 copy color: '#80BEDB'

red 128 ◦ green 190 ◦ blue 219

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

Shades of Seagull #80BEDB

Tints of Seagull #80BEDB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.38%

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

R = 23.84%
G = 35.38%
B = 40.78%

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

#80BEDB (or 0x80BEDB) is known color: Seagull. HEX triplet: 80, BE and DB. RGB value is (128,190,219). Sum of RGB (Red+Green+Blue) = 128+190+219=537 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.84% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #80BEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BEDB is #7F4124. Grayscale: #AEAEAE. Windows color (decimal): -8339749 or 14401152. OLE color: 14401152.

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

Color convert

RGB 128 190 219 -
CMYK 0.42 0.13 0 0.14
HSL 199.12º 0.56% 0.68% -
HSV(B) 199.12º 0.42% 0.86% -
XYZ 40.1 46.53 73.89 -
YUV 174.77 152.96 94.64 -
System Red Green Blue C M Y K H S L
Decimal 128 190 219 0.42 0.13 0 0.14 199.12 0.56 0.68
Hex 80 BE DB 2A D 0 E C7 38 44
Octal 200 276 333 52 15 0 16 307 70 104
Binary 10000000 10111110 11011011 101010 1101 0 1110 11000111 111000 1000100

Color Harmonies of #80BEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BEDB

Black with #80BEDB

Text Example


Text Example

White with #80BEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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