#84BCDE

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

Shades of Seagull #84BCDE

Tints of Seagull #84BCDE

Color information

#84BCDE (or 0x84BCDE) is unknown color: approx Seagull. HEX triplet: 84, BC and DE. RGB value is (132,188,222). Sum of RGB (Red+Green+Blue) = 132+188+222=542 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.35% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 222 (87.11% from 255 or 40.96% from 542); Max value from RGB is 222 - color contains mainly: blue. Hex color #84BCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BCDE is #7B4321. Grayscale: #AEAEAE. Windows color (decimal): -8078114 or 14597252. OLE color: 14597252.

HSL color Cylindrical-coordinate representation of color #84BCDE: hue angle of 202.67º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84BCDE is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB132188222-
CMYK0.410.1500.13
HSL202.67º57.69%69.41%-
HSV(B)202.67º40.54%87.06%-
XYZ40.6846.1575.87-
YUV175.13154.4597.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.35%
GREEN value IS 188 (73.83% from 255) = 34.69%
BLUE value IS 222 (87.11% from 255) = 40.96%
R=24.35%
G=34.69%
B=40.96%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1321882220.410.1500.13202.6757.6969.41
Hex84BCDE29F0Dcb3a45
Octal204274336511701531372105
Binary100001001011110011011110101001111101101110010111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,188,222); }

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

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

 a { background-color: rgb(132,188,222); }

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

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

 span { border-color: rgb(132,188,222); }

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