#84BAD2

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

Shades of Seagull #84BAD2

Tints of Seagull #84BAD2

Color information

#84BAD2 (or 0x84BAD2) is unknown color: approx Seagull. HEX triplet: 84, BA and D2. RGB value is (132,186,210). Sum of RGB (Red+Green+Blue) = 132+186+210=528 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 210 (82.42% from 255 or 39.77% from 528); Max value from RGB is 210 - color contains mainly: blue. Hex color #84BAD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BAD2 is #7B452D. Grayscale: #ACACAC. Windows color (decimal): -8078638 or 13810308. OLE color: 13810308.

HSL color Cylindrical-coordinate representation of color #84BAD2: hue angle of 198.46º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84BAD2 is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB132186210-
CMYK0.370.1100.18
HSL198.46º46.43%67.06%-
HSV(B)198.46º37.14%82.35%-
XYZ38.7144.6867.56-
YUV172.59149.1199.05-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25%
GREEN value IS 186 (73.05% from 255) = 35.23%
BLUE value IS 210 (82.42% from 255) = 39.77%
R=25%
G=35.23%
B=39.77%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1321862100.370.1100.18198.4646.4367.06
Hex84BAD225B012c62e43
Octal204272322451302230656103
Binary1000010010111010110100101001011011010010110001101011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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