#82AFCD

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

Shades of Seagull #82AFCD

Tints of Seagull #82AFCD

Color information

#82AFCD (or 0x82AFCD) is unknown color: approx Seagull. HEX triplet: 82, AF and CD. RGB value is (130,175,205). Sum of RGB (Red+Green+Blue) = 130+175+205=510 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.49% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 205 - color contains mainly: blue. Hex color #82AFCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82AFCD is #7D5032. Grayscale: #A4A4A4. Windows color (decimal): -8212531 or 13479810. OLE color: 13479810.

HSL color Cylindrical-coordinate representation of color #82AFCD: hue angle of 204º 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 #82AFCD is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB130175205-
CMYK0.370.1500.20
HSL204º42.86%65.69%-
HSV(B)204º36.59%80.39%-
XYZ35.5639.8163.57-
YUV164.96150.59103.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.49%
GREEN value IS 175 (68.75% from 255) = 34.31%
BLUE value IS 205 (80.47% from 255) = 40.20%
R=25.49%
G=34.31%
B=40.20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1301752050.370.1500.2020442.8665.69
Hex82AFCD25F014cc2b42
Octal202257315451702431453102
Binary1000001010101111110011011001011111010100110011001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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