#84B6CD

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

Shades of Seagull #84B6CD

Tints of Seagull #84B6CD

Color information

#84B6CD (or 0x84B6CD) is unknown color: approx Seagull. HEX triplet: 84, B6 and CD. RGB value is (132,182,205). Sum of RGB (Red+Green+Blue) = 132+182+205=519 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.43% from 519); Green value is 182 (71.48% from 255 or 35.07% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #84B6CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84B6CD is #7B4932. Grayscale: #A9A9A9. Windows color (decimal): -8079667 or 13481604. OLE color: 13481604.

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

Color convert

RGB132182205-
CMYK0.360.1100.20
HSL198.9º42.2%66.08%-
HSV(B)198.9º35.61%80.39%-
XYZ37.2642.7764.05-
YUV169.67147.94101.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.43%
GREEN value IS 182 (71.48% from 255) = 35.07%
BLUE value IS 205 (80.47% from 255) = 39.50%
R=25.43%
G=35.07%
B=39.50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1321822050.360.1100.20198.942.266.08
Hex84B6CD24B014c72a42
Octal204266315441302430752102
Binary1000010010110110110011011001001011010100110001111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,182,205); }

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

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

 a { background-color: rgb(132,182,205); }

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

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

 span { border-color: rgb(132,182,205); }

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