#84BCCD

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

Shades of Seagull #84BCCD

Tints of Seagull #84BCCD

Color information

#84BCCD (or 0x84BCCD) is unknown color: approx Seagull. HEX triplet: 84, BC and CD. RGB value is (132,188,205). Sum of RGB (Red+Green+Blue) = 132+188+205=525 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.14% from 525); Green value is 188 (73.83% from 255 or 35.81% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 205 - color contains mainly: blue. Hex color #84BCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BCCD is #7B4332. Grayscale: #ADADAD. Windows color (decimal): -8078131 or 13483140. OLE color: 13483140.

HSL color Cylindrical-coordinate representation of color #84BCCD: hue angle of 193.97º 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 #84BCCD is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB132188205-
CMYK0.360.0800.20
HSL193.97º42.2%66.08%-
HSV(B)193.97º35.61%80.39%-
XYZ38.5245.2864.47-
YUV173.19145.9598.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.14%
GREEN value IS 188 (73.83% from 255) = 35.81%
BLUE value IS 205 (80.47% from 255) = 39.05%
R=25.14%
G=35.81%
B=39.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1321882050.360.0800.20193.9742.266.08
Hex84BCCD248014c22a42
Octal204274315441002430252102
Binary1000010010111100110011011001001000010100110000101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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