Html Css Color HEX #80BFCD Seagull

📋 copy color: '#80BFCD'

red 128 ◦ green 191 ◦ blue 205

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

Shades of Seagull #80BFCD

Tints of Seagull #80BFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.12%

R = 24.43%
G = 36.45%
B = 39.12%

CMYK

 C value IS 0.38

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#80BFCD (or 0x80BFCD) is known color: Seagull. HEX triplet: 80, BF and CD. RGB value is (128,191,205). Sum of RGB (Red+Green+Blue) = 128+191+205=524 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.43% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 205 - color contains mainly: blue. Hex color #80BFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BFCD is #7F4032. Grayscale: #ADADAD. Windows color (decimal): -8339507 or 13483904. OLE color: 13483904.

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

Color convert

RGB 128 191 205 -
CMYK 0.38 0.07 0 0.20
HSL 190.91º 0.44% 0.65% -
HSV(B) 190.91º 0.38% 0.8% -
XYZ 38.55 46.26 64.65 -
YUV 173.76 145.63 95.36 -
System Red Green Blue C M Y K H S L
Decimal 128 191 205 0.38 0.07 0 0.20 190.91 0.44 0.65
Hex 80 BF CD 26 7 0 14 BF 2C 41
Octal 200 277 315 46 7 0 24 277 54 101
Binary 10000000 10111111 11001101 100110 111 0 10100 10111111 101100 1000001

Color Harmonies of #80BFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BFCD

Black with #80BFCD

Text Example


Text Example

White with #80BFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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