Html Css Color HEX #82BADD Seagull

📋 copy color: '#82BADD'

red 130 ◦ green 186 ◦ blue 221

#82BADD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seagull #82BADD

Tints of Seagull #82BADD

RGB

 RED value IS 130 (51.17% from 255) = 24.21%

 GREEN value IS 186 (73.05% from 255) = 34.64%

 BLUE value IS 221 (86.72% from 255) = 41.15%

R = 24.21%
G = 34.64%
B = 41.15%

CMYK

 C value IS 0.41

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#82BADD (or 0x82BADD) is known color: Seagull. HEX triplet: 82, BA and DD. RGB value is (130,186,221). Sum of RGB (Red+Green+Blue) = 130+186+221=537 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.21% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #82BADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BADD is #7D4522. Grayscale: #ADADAD. Windows color (decimal): -8209699 or 14531202. OLE color: 14531202.

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

Color convert

RGB 130 186 221 -
CMYK 0.41 0.16 0 0.13
HSL 203.08º 0.57% 0.69% -
HSV(B) 203.08º 0.41% 0.87% -
XYZ 39.82 45.08 75.01 -
YUV 173.25 154.95 97.15 -
System Red Green Blue C M Y K H S L
Decimal 130 186 221 0.41 0.16 0 0.13 203.08 0.57 0.69
Hex 82 BA DD 29 10 0 D CB 39 45
Octal 202 272 335 51 20 0 15 313 71 105
Binary 10000010 10111010 11011101 101001 10000 0 1101 11001011 111001 1000101

Color Harmonies of #82BADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BADD

Black with #82BADD

Text Example


Text Example

White with #82BADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,186,221); }

 H1.HeaderClassName
 {
   color: #82BADD;
 }
 .AnyTagClassName
 {
   color: #82BADD;
 }
</style>

background-color css

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

 a { background-color: rgb(130,186,221); }

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

border-color css

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

 span { border-color: rgb(130,186,221); }

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