#84BACC

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

Shades of Seagull #84BACC

Tints of Seagull #84BACC

Color information

#84BACC (or 0x84BACC) is unknown color: approx Seagull. HEX triplet: 84, BA and CC. RGB value is (132,186,204). Sum of RGB (Red+Green+Blue) = 132+186+204=522 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.29% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 204 - color contains mainly: blue. Hex color #84BACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BACC is #7B4533. Grayscale: #ABABAB. Windows color (decimal): -8078644 or 13417092. OLE color: 13417092.

HSL color Cylindrical-coordinate representation of color #84BACC: hue angle of 195º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84BACC is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB132186204-
CMYK0.350.0900.2
HSL195º41.38%65.88%-
HSV(B)195º35.29%80%-
XYZ37.9744.3863.69-
YUV171.91146.1199.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.29%
GREEN value IS 186 (73.05% from 255) = 35.63%
BLUE value IS 204 (80.08% from 255) = 39.08%
R=25.29%
G=35.63%
B=39.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1321862040.350.0900.219541.3865.88
Hex84BACC239014c32942
Octal204272314431102430351102
Binary1000010010111010110011001000111001010100110000111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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