#84BFCD

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

Shades of Seagull #84BFCD

Tints of Seagull #84BFCD

Color information

#84BFCD (or 0x84BFCD) is unknown color: approx Seagull. HEX triplet: 84, BF and CD. RGB value is (132,191,205). Sum of RGB (Red+Green+Blue) = 132+191+205=528 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 205 - color contains mainly: blue. Hex color #84BFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84BFCD is #7B4032. Grayscale: #AEAEAE. Windows color (decimal): -8077363 or 13483908. OLE color: 13483908.

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

Color convert

RGB132191205-
CMYK0.360.0700.20
HSL191.51º42.2%66.08%-
HSV(B)191.51º35.61%80.39%-
XYZ39.1746.5764.68-
YUV174.96144.9597.36-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25%
GREEN value IS 191 (75% from 255) = 36.17%
BLUE value IS 205 (80.47% from 255) = 38.83%
R=25%
G=36.17%
B=38.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1321912050.360.0700.20191.5142.266.08
Hex84BFCD247014c02a42
Octal20427731544702430052102
Binary100001001011111111001101100100111010100110000001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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