Html Css Color HEX #80BDCD Seagull

📋 copy color: '#80BDCD'

red 128 ◦ green 189 ◦ blue 205

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

Shades of Seagull #80BDCD

Tints of Seagull #80BDCD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.21%

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

R = 24.52%
G = 36.21%
B = 39.27%

CMYK

 C value IS 0.38

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#80BDCD (or 0x80BDCD) is known color: Seagull. HEX triplet: 80, BD and CD. RGB value is (128,189,205). Sum of RGB (Red+Green+Blue) = 128+189+205=522 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.52% from 522); Green value is 189 (74.22% from 255 or 36.21% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 205 - color contains mainly: blue. Hex color #80BDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BDCD is #7F4232. Grayscale: #ACACAC. Windows color (decimal): -8340019 or 13483392. OLE color: 13483392.

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

Color convert

RGB 128 189 205 -
CMYK 0.38 0.08 0 0.20
HSL 192.47º 0.44% 0.65% -
HSV(B) 192.47º 0.38% 0.8% -
XYZ 38.12 45.39 64.51 -
YUV 172.59 146.29 96.2 -
System Red Green Blue C M Y K H S L
Decimal 128 189 205 0.38 0.08 0 0.20 192.47 0.44 0.65
Hex 80 BD CD 26 8 0 14 C0 2C 41
Octal 200 275 315 46 10 0 24 300 54 101
Binary 10000000 10111101 11001101 100110 1000 0 10100 11000000 101100 1000001

Color Harmonies of #80BDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BDCD

Black with #80BDCD

Text Example


Text Example

White with #80BDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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