#84B9DB

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

Shades of Seagull #84B9DB

Tints of Seagull #84B9DB

Color information

#84B9DB (or 0x84B9DB) is unknown color: approx Seagull. HEX triplet: 84, B9 and DB. RGB value is (132,185,219). Sum of RGB (Red+Green+Blue) = 132+185+219=536 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.63% from 536); Green value is 185 (72.66% from 255 or 34.51% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #84B9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84B9DB is #7B4624. Grayscale: #ACACAC. Windows color (decimal): -8078885 or 14399876. OLE color: 14399876.

HSL color Cylindrical-coordinate representation of color #84B9DB: hue angle of 203.45º degrees, saturation: 0.55, 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 #84B9DB is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB132185219-
CMYK0.400.1600.14
HSL203.45º54.72%68.82%-
HSV(B)203.45º39.73%85.88%-
XYZ39.6544.7273.56-
YUV173.03153.9498.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.63%
GREEN value IS 185 (72.66% from 255) = 34.51%
BLUE value IS 219 (85.94% from 255) = 40.86%
R=24.63%
G=34.51%
B=40.86%

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
Decimal1321852190.400.1600.14203.4554.7268.82
Hex84B9DB28100Ecb3745
Octal204271333502001631367105
Binary1000010010111001110110111010001000001110110010111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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