#84BBCD

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

Shades of Seagull #84BBCD

Tints of Seagull #84BBCD

Color information

#84BBCD (or 0x84BBCD) is unknown color: approx Seagull. HEX triplet: 84, BB and CD. RGB value is (132,187,205). Sum of RGB (Red+Green+Blue) = 132+187+205=524 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.19% from 524); Green value is 187 (73.44% from 255 or 35.69% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 205 - color contains mainly: blue. Hex color #84BBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BBCD is #7B4432. Grayscale: #ACACAC. Windows color (decimal): -8078387 or 13482884. OLE color: 13482884.

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

Color convert

RGB132187205-
CMYK0.360.0900.20
HSL194.79º42.2%66.08%-
HSV(B)194.79º35.61%80.39%-
XYZ38.3144.8564.4-
YUV172.61146.2899.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.19%
GREEN value IS 187 (73.44% from 255) = 35.69%
BLUE value IS 205 (80.47% from 255) = 39.12%
R=25.19%
G=35.69%
B=39.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1321872050.360.0900.20194.7942.266.08
Hex84BBCD249014c32a42
Octal204273315441102430352102
Binary1000010010111011110011011001001001010100110000111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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