Html Css Color HEX #80B2CC Seagull

📋 copy color: '#80B2CC'

red 128 ◦ green 178 ◦ blue 204

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

Shades of Seagull #80B2CC

Tints of Seagull #80B2CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40%

R = 25.1%
G = 34.9%
B = 40%

CMYK

 C value IS 0.37

 M value IS 0.13

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#80B2CC (or 0x80B2CC) is known color: Seagull. HEX triplet: 80, B2 and CC. RGB value is (128,178,204). Sum of RGB (Red+Green+Blue) = 128+178+204=510 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.10% from 510); Green value is 178 (69.92% from 255 or 34.90% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 204 - color contains mainly: blue. Hex color #80B2CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80B2CC is #7F4D33. Grayscale: #A5A5A5. Windows color (decimal): -8342836 or 13415040. OLE color: 13415040.

HSL color Cylindrical-coordinate representation of color #80B2CC: hue angle of 200.53º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80B2CC is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 128 178 204 -
CMYK 0.37 0.13 0 0.2
HSL 200.53º 0.43% 0.65% -
HSV(B) 200.53º 0.37% 0.8% -
XYZ 35.72 40.79 63.12 -
YUV 166.01 149.44 100.89 -
System Red Green Blue C M Y K H S L
Decimal 128 178 204 0.37 0.13 0 0.2 200.53 0.43 0.65
Hex 80 B2 CC 25 D 0 14 C9 2B 41
Octal 200 262 314 45 15 0 24 311 53 101
Binary 10000000 10110010 11001100 100101 1101 0 10100 11001001 101011 1000001

Color Harmonies of #80B2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B2CC

Black with #80B2CC

Text Example


Text Example

White with #80B2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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