#82BFDC

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

Shades of Seagull #82BFDC

Tints of Seagull #82BFDC

Color information

#82BFDC (or 0x82BFDC) is unknown color: approx Seagull. HEX triplet: 82, BF and DC. RGB value is (130,191,220). Sum of RGB (Red+Green+Blue) = 130+191+220=541 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.03% from 541); Green value is 191 (75% from 255 or 35.30% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #82BFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BFDC is #7D4023. Grayscale: #AFAFAF. Windows color (decimal): -8208420 or 14466946. OLE color: 14466946.

HSL color Cylindrical-coordinate representation of color #82BFDC: hue angle of 199.33º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82BFDC is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB130191220-
CMYK0.410.1300.14
HSL199.33º56.25%68.63%-
HSV(B)199.33º40.91%86.27%-
XYZ40.7547.1774.67-
YUV176.07152.7995.14-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.03%
GREEN value IS 191 (75% from 255) = 35.30%
BLUE value IS 220 (86.33% from 255) = 40.67%
R=24.03%
G=35.30%
B=40.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1301912200.410.1300.14199.3356.2568.63
Hex82BFDC29D0Ec73845
Octal202277334511501630770105
Binary100000101011111111011100101001110101110110001111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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