#84BAD0

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

Shades of Seagull #84BAD0

Tints of Seagull #84BAD0

Color information

#84BAD0 (or 0x84BAD0) is unknown color: approx Seagull. HEX triplet: 84, BA and D0. RGB value is (132,186,208). Sum of RGB (Red+Green+Blue) = 132+186+208=526 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.10% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 208 (81.64% from 255 or 39.54% from 526); Max value from RGB is 208 - color contains mainly: blue. Hex color #84BAD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BAD0 is #7B452F. Grayscale: #ACACAC. Windows color (decimal): -8078640 or 13679236. OLE color: 13679236.

HSL color Cylindrical-coordinate representation of color #84BAD0: hue angle of 197.37º degrees, saturation: 0.45, 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 #84BAD0 is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB132186208-
CMYK0.370.1100.18
HSL197.37º44.71%66.67%-
HSV(B)197.37º36.54%81.57%-
XYZ38.4644.5866.25-
YUV172.36148.1199.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.10%
GREEN value IS 186 (73.05% from 255) = 35.36%
BLUE value IS 208 (81.64% from 255) = 39.54%
R=25.10%
G=35.36%
B=39.54%

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
Decimal1321862080.370.1100.18197.3744.7166.67
Hex84BAD025B012c52d43
Octal204272320451302230555103
Binary1000010010111010110100001001011011010010110001011011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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