Html Css Color HEX #80BCCE Seagull

📋 copy color: '#80BCCE'

red 128 ◦ green 188 ◦ blue 206

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

Shades of Seagull #80BCCE

Tints of Seagull #80BCCE

RGB

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

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

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

R = 24.52%
G = 36.02%
B = 39.46%

CMYK

 C value IS 0.38

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#80BCCE (or 0x80BCCE) is known color: Seagull. HEX triplet: 80, BC and CE. RGB value is (128,188,206). Sum of RGB (Red+Green+Blue) = 128+188+206=522 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.52% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 206 - color contains mainly: blue. Hex color #80BCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BCCE is #7F4331. Grayscale: #ABABAB. Windows color (decimal): -8340274 or 13548672. OLE color: 13548672.

HSL color Cylindrical-coordinate representation of color #80BCCE: hue angle of 193.85º 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 #80BCCE is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 188 206 -
CMYK 0.38 0.09 0 0.19
HSL 193.85º 0.44% 0.65% -
HSV(B) 193.85º 0.38% 0.81% -
XYZ 38.03 45.01 65.08 -
YUV 172.11 147.12 96.54 -
System Red Green Blue C M Y K H S L
Decimal 128 188 206 0.38 0.09 0 0.19 193.85 0.44 0.65
Hex 80 BC CE 26 9 0 13 C2 2C 41
Octal 200 274 316 46 11 0 23 302 54 101
Binary 10000000 10111100 11001110 100110 1001 0 10011 11000010 101100 1000001

Color Harmonies of #80BCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BCCE

Black with #80BCCE

Text Example


Text Example

White with #80BCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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