#82BFCD

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

Shades of Seagull #82BFCD

Tints of Seagull #82BFCD

Color information

#82BFCD (or 0x82BFCD) is unknown color: approx Seagull. HEX triplet: 82, BF and CD. RGB value is (130,191,205). Sum of RGB (Red+Green+Blue) = 130+191+205=526 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.71% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 205 - color contains mainly: blue. Hex color #82BFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BFCD is #7D4032. Grayscale: #AEAEAE. Windows color (decimal): -8208435 or 13483906. OLE color: 13483906.

HSL color Cylindrical-coordinate representation of color #82BFCD: hue angle of 191.2º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82BFCD is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB130191205-
CMYK0.370.0700.20
HSL191.2º42.86%65.69%-
HSV(B)191.2º36.59%80.39%-
XYZ38.8646.4264.67-
YUV174.36145.2996.36-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.71%
GREEN value IS 191 (75% from 255) = 36.31%
BLUE value IS 205 (80.47% from 255) = 38.97%
R=24.71%
G=36.31%
B=38.97%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1301912050.370.0700.20191.242.8665.69
Hex82BFCD257014bf2b42
Octal20227731545702427753102
Binary100000101011111111001101100101111010100101111111010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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