#84B9CC

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

Shades of Seagull #84B9CC

Tints of Seagull #84B9CC

Color information

#84B9CC (or 0x84B9CC) is unknown color: approx Seagull. HEX triplet: 84, B9 and CC. RGB value is (132,185,204). Sum of RGB (Red+Green+Blue) = 132+185+204=521 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.34% from 521); Green value is 185 (72.66% from 255 or 35.51% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 204 - color contains mainly: blue. Hex color #84B9CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84B9CC is #7B4633. Grayscale: #ABABAB. Windows color (decimal): -8078900 or 13416836. OLE color: 13416836.

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

Color convert

RGB132185204-
CMYK0.350.0900.2
HSL195.83º41.38%65.88%-
HSV(B)195.83º35.29%80%-
XYZ37.7643.9663.62-
YUV171.32146.4499.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.34%
GREEN value IS 185 (72.66% from 255) = 35.51%
BLUE value IS 204 (80.08% from 255) = 39.16%
R=25.34%
G=35.51%
B=39.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1321852040.350.0900.2195.8341.3865.88
Hex84B9CC239014c42942
Octal204271314431102430451102
Binary1000010010111001110011001000111001010100110001001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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