#84BADD

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

Shades of Seagull #84BADD

Tints of Seagull #84BADD

Color information

#84BADD (or 0x84BADD) is unknown color: approx Seagull. HEX triplet: 84, BA and DD. RGB value is (132,186,221). Sum of RGB (Red+Green+Blue) = 132+186+221=539 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.49% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #84BADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BADD is #7B4522. Grayscale: #ADADAD. Windows color (decimal): -8078627 or 14531204. OLE color: 14531204.

HSL color Cylindrical-coordinate representation of color #84BADD: hue angle of 203.6º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84BADD is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB132186221-
CMYK0.400.1600.13
HSL203.6º56.69%69.22%-
HSV(B)203.6º40.27%86.67%-
XYZ40.1345.2475.02-
YUV173.84154.6198.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.49%
GREEN value IS 186 (73.05% from 255) = 34.51%
BLUE value IS 221 (86.72% from 255) = 41.00%
R=24.49%
G=34.51%
B=41.00%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1321862210.400.1600.13203.656.6969.22
Hex84BADD28100Dcc3945
Octal204272335502001531471105
Binary1000010010111010110111011010001000001101110011001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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