Html Css Color HEX #80BACC Seagull

📋 copy color: '#80BACC'

red 128 ◦ green 186 ◦ blue 204

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

Shades of Seagull #80BACC

Tints of Seagull #80BACC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.91%

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

R = 24.71%
G = 35.91%
B = 39.38%

CMYK

 C value IS 0.37

 M value IS 0.09

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#80BACC (or 0x80BACC) is known color: Seagull. HEX triplet: 80, BA and CC. RGB value is (128,186,204). Sum of RGB (Red+Green+Blue) = 128+186+204=518 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.71% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: blue. Hex color #80BACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BACC is #7F4533. Grayscale: #AAAAAA. Windows color (decimal): -8340788 or 13417088. OLE color: 13417088.

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

Color convert

RGB 128 186 204 -
CMYK 0.37 0.09 0 0.2
HSL 194.21º 0.43% 0.65% -
HSV(B) 194.21º 0.37% 0.8% -
XYZ 37.36 44.07 63.66 -
YUV 170.71 146.78 97.54 -
System Red Green Blue C M Y K H S L
Decimal 128 186 204 0.37 0.09 0 0.2 194.21 0.43 0.65
Hex 80 BA CC 25 9 0 14 C2 2B 41
Octal 200 272 314 45 11 0 24 302 53 101
Binary 10000000 10111010 11001100 100101 1001 0 10100 11000010 101011 1000001

Color Harmonies of #80BACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BACC

Black with #80BACC

Text Example


Text Example

White with #80BACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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