#84B8DB

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

Shades of Seagull #84B8DB

Tints of Seagull #84B8DB

Color information

#84B8DB (or 0x84B8DB) is unknown color: approx Seagull. HEX triplet: 84, B8 and DB. RGB value is (132,184,219). Sum of RGB (Red+Green+Blue) = 132+184+219=535 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.67% from 535); Green value is 184 (72.27% from 255 or 34.39% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #84B8DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84B8DB is #7B4724. Grayscale: #ACACAC. Windows color (decimal): -8079141 or 14399620. OLE color: 14399620.

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

Color convert

RGB132184219-
CMYK0.400.1600.14
HSL204.14º54.72%68.82%-
HSV(B)204.14º39.73%85.88%-
XYZ39.4444.373.49-
YUV172.44154.2799.15-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.67%
GREEN value IS 184 (72.27% from 255) = 34.39%
BLUE value IS 219 (85.94% from 255) = 40.93%
R=24.67%
G=34.39%
B=40.93%

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
Decimal1321842190.400.1600.14204.1454.7268.82
Hex84B8DB28100Ecc3745
Octal204270333502001631467105
Binary1000010010111000110110111010001000001110110011001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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