Html Css Color HEX #80B2CD Seagull

📋 copy color: '#80B2CD'

red 128 ◦ green 178 ◦ blue 205

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

Shades of Seagull #80B2CD

Tints of Seagull #80B2CD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.83%

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

R = 25.05%
G = 34.83%
B = 40.12%

CMYK

 C value IS 0.38

 M value IS 0.13

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#80B2CD (or 0x80B2CD) is known color: Seagull. HEX triplet: 80, B2 and CD. RGB value is (128,178,205). Sum of RGB (Red+Green+Blue) = 128+178+205=511 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.05% from 511); Green value is 178 (69.92% from 255 or 34.83% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #80B2CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80B2CD is #7F4D32. Grayscale: #A5A5A5. Windows color (decimal): -8342835 or 13480576. OLE color: 13480576.

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

Color convert

RGB 128 178 205 -
CMYK 0.38 0.13 0 0.20
HSL 201.04º 0.44% 0.65% -
HSV(B) 201.04º 0.38% 0.8% -
XYZ 35.84 40.84 63.75 -
YUV 166.13 149.94 100.8 -
System Red Green Blue C M Y K H S L
Decimal 128 178 205 0.38 0.13 0 0.20 201.04 0.44 0.65
Hex 80 B2 CD 26 D 0 14 C9 2C 41
Octal 200 262 315 46 15 0 24 311 54 101
Binary 10000000 10110010 11001101 100110 1101 0 10100 11001001 101100 1000001

Color Harmonies of #80B2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B2CD

Black with #80B2CD

Text Example


Text Example

White with #80B2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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