Html Css Color HEX #80BBCC Seagull

📋 copy color: '#80BBCC'

red 128 ◦ green 187 ◦ blue 204

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

Shades of Seagull #80BBCC

Tints of Seagull #80BBCC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.03%

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

R = 24.66%
G = 36.03%
B = 39.31%

CMYK

 C value IS 0.37

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#80BBCC (or 0x80BBCC) is known color: Seagull. HEX triplet: 80, BB and CC. RGB value is (128,187,204). Sum of RGB (Red+Green+Blue) = 128+187+204=519 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.66% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 204 - color contains mainly: blue. Hex color #80BBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BBCC is #7F4433. Grayscale: #ABABAB. Windows color (decimal): -8340532 or 13417344. OLE color: 13417344.

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

Color convert

RGB 128 187 204 -
CMYK 0.37 0.08 0 0.2
HSL 193.42º 0.43% 0.65% -
HSV(B) 193.42º 0.37% 0.8% -
XYZ 37.57 44.49 63.73 -
YUV 171.3 146.45 97.12 -
System Red Green Blue C M Y K H S L
Decimal 128 187 204 0.37 0.08 0 0.2 193.42 0.43 0.65
Hex 80 BB CC 25 8 0 14 C1 2B 41
Octal 200 273 314 45 10 0 24 301 53 101
Binary 10000000 10111011 11001100 100101 1000 0 10100 11000001 101011 1000001

Color Harmonies of #80BBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BBCC

Black with #80BBCC

Text Example


Text Example

White with #80BBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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