#84BACE

Color #84BACE Seagull (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seagull #84BACE

Tints of Seagull #84BACE

Color information

#84BACE (or 0x84BACE) is unknown color: approx Seagull. HEX triplet: 84, BA and CE. RGB value is (132,186,206). Sum of RGB (Red+Green+Blue) = 132+186+206=524 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.19% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 206 - color contains mainly: blue. Hex color #84BACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BACE is #7B4531. Grayscale: #ACACAC. Windows color (decimal): -8078642 or 13548164. OLE color: 13548164.

HSL color Cylindrical-coordinate representation of color #84BACE: hue angle of 196.22º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84BACE is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB132186206-
CMYK0.360.1000.19
HSL196.22º43.02%66.27%-
HSV(B)196.22º35.92%80.78%-
XYZ38.2244.4864.96-
YUV172.13147.1199.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.19%
GREEN value IS 186 (73.05% from 255) = 35.50%
BLUE value IS 206 (80.86% from 255) = 39.31%
R=25.19%
G=35.50%
B=39.31%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1321862060.360.1000.19196.2243.0266.27
Hex84BACE24A013c42b42
Octal204272316441202330453102
Binary1000010010111010110011101001001010010011110001001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84BACE; }

 p { color: rgb(132,186,206); }

 H1.HeaderClassName
 {
   color: #84BACE;
 }
 .AnyTagClassName
 {
   color: #84BACE;
 }
</style>
background-color css

<style>
 a { background-color: #84BACE; }

 a { background-color: rgb(132,186,206); }

 div.DivClassName
 {
   background-color: #84BACE;
 }
 .BgClassName
 {
   background-color: #84BACE;
 }
</style>
border-color css

<style>
 span { border-color: #84BACE; }

 span { border-color: rgb(132,186,206); }

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