Html Css Color HEX #82BADC Seagull

📋 copy color: '#82BADC'

red 130 ◦ green 186 ◦ blue 220

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

Shades of Seagull #82BADC

Tints of Seagull #82BADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.04%

R = 24.25%
G = 34.7%
B = 41.04%

CMYK

 C value IS 0.41

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#82BADC (or 0x82BADC) is known color: Seagull. HEX triplet: 82, BA and DC. RGB value is (130,186,220). Sum of RGB (Red+Green+Blue) = 130+186+220=536 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.25% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #82BADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BADC is #7D4523. Grayscale: #ACACAC. Windows color (decimal): -8209700 or 14465666. OLE color: 14465666.

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

Color convert

RGB 130 186 220 -
CMYK 0.41 0.15 0 0.14
HSL 202.67º 0.56% 0.69% -
HSV(B) 202.67º 0.41% 0.86% -
XYZ 39.68 45.03 74.31 -
YUV 173.13 154.45 97.24 -
System Red Green Blue C M Y K H S L
Decimal 130 186 220 0.41 0.15 0 0.14 202.67 0.56 0.69
Hex 82 BA DC 29 F 0 E CB 38 45
Octal 202 272 334 51 17 0 16 313 70 105
Binary 10000010 10111010 11011100 101001 1111 0 1110 11001011 111000 1000101

Color Harmonies of #82BADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BADC

Black with #82BADC

Text Example


Text Example

White with #82BADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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