#82BCCD

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

Shades of Seagull #82BCCD

Tints of Seagull #82BCCD

Color information

#82BCCD (or 0x82BCCD) is unknown color: approx Seagull. HEX triplet: 82, BC and CD. RGB value is (130,188,205). Sum of RGB (Red+Green+Blue) = 130+188+205=523 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.86% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 205 - color contains mainly: blue. Hex color #82BCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BCCD is #7D4332. Grayscale: #ACACAC. Windows color (decimal): -8209203 or 13483138. OLE color: 13483138.

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

Color convert

RGB130188205-
CMYK0.370.0800.20
HSL193.6º42.86%65.69%-
HSV(B)193.6º36.59%80.39%-
XYZ38.2145.1264.45-
YUV172.6146.2897.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.86%
GREEN value IS 188 (73.83% from 255) = 35.95%
BLUE value IS 205 (80.47% from 255) = 39.20%
R=24.86%
G=35.95%
B=39.20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1301882050.370.0800.20193.642.8665.69
Hex82BCCD258014c22b42
Octal202274315451002430253102
Binary1000001010111100110011011001011000010100110000101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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