Html Css Color HEX #80BECE Seagull

📋 copy color: '#80BECE'

red 128 ◦ green 190 ◦ blue 206

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

Shades of Seagull #80BECE

Tints of Seagull #80BECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.31%

R = 24.43%
G = 36.26%
B = 39.31%

CMYK

 C value IS 0.38

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#80BECE (or 0x80BECE) is known color: Seagull. HEX triplet: 80, BE and CE. RGB value is (128,190,206). Sum of RGB (Red+Green+Blue) = 128+190+206=524 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.43% from 524); Green value is 190 (74.61% from 255 or 36.26% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 206 - color contains mainly: blue. Hex color #80BECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BECE is #7F4131. Grayscale: #ADADAD. Windows color (decimal): -8339762 or 13549184. OLE color: 13549184.

HSL color Cylindrical-coordinate representation of color #80BECE: hue angle of 192.31º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80BECE is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 190 206 -
CMYK 0.38 0.08 0 0.19
HSL 192.31º 0.44% 0.65% -
HSV(B) 192.31º 0.38% 0.81% -
XYZ 38.46 45.87 65.22 -
YUV 173.29 146.46 95.7 -
System Red Green Blue C M Y K H S L
Decimal 128 190 206 0.38 0.08 0 0.19 192.31 0.44 0.65
Hex 80 BE CE 26 8 0 13 C0 2C 41
Octal 200 276 316 46 10 0 23 300 54 101
Binary 10000000 10111110 11001110 100110 1000 0 10011 11000000 101100 1000001

Color Harmonies of #80BECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BECE

Black with #80BECE

Text Example


Text Example

White with #80BECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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