#84B9CD

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

Shades of Seagull #84B9CD

Tints of Seagull #84B9CD

Color information

#84B9CD (or 0x84B9CD) is unknown color: approx Seagull. HEX triplet: 84, B9 and CD. RGB value is (132,185,205). Sum of RGB (Red+Green+Blue) = 132+185+205=522 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.29% from 522); Green value is 185 (72.66% from 255 or 35.44% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 205 - color contains mainly: blue. Hex color #84B9CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84B9CD is #7B4632. Grayscale: #ABABAB. Windows color (decimal): -8078899 or 13482372. OLE color: 13482372.

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

Color convert

RGB132185205-
CMYK0.360.1000.20
HSL196.44º42.2%66.08%-
HSV(B)196.44º35.61%80.39%-
XYZ37.8844.0164.26-
YUV171.43146.9499.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.29%
GREEN value IS 185 (72.66% from 255) = 35.44%
BLUE value IS 205 (80.47% from 255) = 39.27%
R=25.29%
G=35.44%
B=39.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1321852050.360.1000.20196.4442.266.08
Hex84B9CD24A014c42a42
Octal204271315441202430452102
Binary1000010010111001110011011001001010010100110001001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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