Html Css Color HEX #82BAC9 Seagull

📋 copy color: '#82BAC9'

red 130 ◦ green 186 ◦ blue 201

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

Shades of Seagull #82BAC9

Tints of Seagull #82BAC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.88%

R = 25.15%
G = 35.98%
B = 38.88%

CMYK

 C value IS 0.35

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#82BAC9 (or 0x82BAC9) is known color: Seagull. HEX triplet: 82, BA and C9. RGB value is (130,186,201). Sum of RGB (Red+Green+Blue) = 130+186+201=517 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.15% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 201 (78.91% from 255 or 38.88% from 517); Max value from RGB is 201 - color contains mainly: blue. Hex color #82BAC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BAC9 is #7D4536. Grayscale: #AAAAAA. Windows color (decimal): -8209719 or 13220482. OLE color: 13220482.

HSL color Cylindrical-coordinate representation of color #82BAC9: hue angle of 192.68º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #82BAC9 is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 130 186 201 -
CMYK 0.35 0.07 0 0.21
HSL 192.68º 0.4% 0.65% -
HSV(B) 192.68º 0.35% 0.79% -
XYZ 37.31 44.08 61.8 -
YUV 170.97 144.95 98.78 -
System Red Green Blue C M Y K H S L
Decimal 130 186 201 0.35 0.07 0 0.21 192.68 0.4 0.65
Hex 82 BA C9 23 7 0 15 C1 28 41
Octal 202 272 311 43 7 0 25 301 50 101
Binary 10000010 10111010 11001001 100011 111 0 10101 11000001 101000 1000001

Color Harmonies of #82BAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BAC9

Black with #82BAC9

Text Example


Text Example

White with #82BAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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