#84B9DC

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

Shades of Seagull #84B9DC

Tints of Seagull #84B9DC

Color information

#84B9DC (or 0x84B9DC) is unknown color: approx Seagull. HEX triplet: 84, B9 and DC. RGB value is (132,185,220). Sum of RGB (Red+Green+Blue) = 132+185+220=537 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.58% from 537); Green value is 185 (72.66% from 255 or 34.45% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #84B9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84B9DC is #7B4623. Grayscale: #ACACAC. Windows color (decimal): -8078884 or 14465412. OLE color: 14465412.

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

Color convert

RGB132185220-
CMYK0.400.1600.14
HSL203.86º55.7%69.02%-
HSV(B)203.86º40%86.27%-
XYZ39.7844.7774.25-
YUV173.14154.4498.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.58%
GREEN value IS 185 (72.66% from 255) = 34.45%
BLUE value IS 220 (86.33% from 255) = 40.97%
R=24.58%
G=34.45%
B=40.97%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1321852200.400.1600.14203.8655.769.02
Hex84B9DC28100Ecc3845
Octal204271334502001631470105
Binary1000010010111001110111001010001000001110110011001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,185,220); }

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

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

 a { background-color: rgb(132,185,220); }

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

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

 span { border-color: rgb(132,185,220); }

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