#84B6CC

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

Shades of Seagull #84B6CC

Tints of Seagull #84B6CC

Color information

#84B6CC (or 0x84B6CC) is unknown color: approx Seagull. HEX triplet: 84, B6 and CC. RGB value is (132,182,204). Sum of RGB (Red+Green+Blue) = 132+182+204=518 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.48% from 518); Green value is 182 (71.48% from 255 or 35.14% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: blue. Hex color #84B6CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84B6CC is #7B4933. Grayscale: #A9A9A9. Windows color (decimal): -8079668 or 13416068. OLE color: 13416068.

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

Color convert

RGB132182204-
CMYK0.350.1100.2
HSL198.33º41.38%65.88%-
HSV(B)198.33º35.29%80%-
XYZ37.1442.7263.42-
YUV169.56147.44101.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.48%
GREEN value IS 182 (71.48% from 255) = 35.14%
BLUE value IS 204 (80.08% from 255) = 39.38%
R=25.48%
G=35.14%
B=39.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1321822040.350.1100.2198.3341.3865.88
Hex84B6CC23B014c62942
Octal204266314431302430651102
Binary1000010010110110110011001000111011010100110001101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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