#84B7CE

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

Shades of Seagull #84B7CE

Tints of Seagull #84B7CE

Color information

#84B7CE (or 0x84B7CE) is unknown color: approx Seagull. HEX triplet: 84, B7 and CE. RGB value is (132,183,206). Sum of RGB (Red+Green+Blue) = 132+183+206=521 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.34% from 521); Green value is 183 (71.88% from 255 or 35.12% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: blue. Hex color #84B7CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84B7CE is #7B4831. Grayscale: #AAAAAA. Windows color (decimal): -8079410 or 13547396. OLE color: 13547396.

HSL color Cylindrical-coordinate representation of color #84B7CE: hue angle of 198.65º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84B7CE is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB132183206-
CMYK0.360.1100.19
HSL198.65º43.02%66.27%-
HSV(B)198.65º35.92%80.78%-
XYZ37.5943.2364.76-
YUV170.37148.1100.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.34%
GREEN value IS 183 (71.88% from 255) = 35.12%
BLUE value IS 206 (80.86% from 255) = 39.54%
R=25.34%
G=35.12%
B=39.54%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1321832060.360.1100.19198.6543.0266.27
Hex84B7CE24B013c72b42
Octal204267316441302330753102
Binary1000010010110111110011101001001011010011110001111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,183,206); }

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

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

 a { background-color: rgb(132,183,206); }

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

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

 span { border-color: rgb(132,183,206); }

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