Html Css Color HEX #82BACA Seagull

📋 copy color: '#82BACA'

red 130 ◦ green 186 ◦ blue 202

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

Shades of Seagull #82BACA

Tints of Seagull #82BACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39%

R = 25.1%
G = 35.91%
B = 39%

CMYK

 C value IS 0.36

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#82BACA (or 0x82BACA) is known color: Seagull. HEX triplet: 82, BA and CA. RGB value is (130,186,202). Sum of RGB (Red+Green+Blue) = 130+186+202=518 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.10% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 202 - color contains mainly: blue. Hex color #82BACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BACA is #7D4535. Grayscale: #AAAAAA. Windows color (decimal): -8209718 or 13286018. OLE color: 13286018.

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

Color convert

RGB 130 186 202 -
CMYK 0.36 0.08 0 0.21
HSL 193.33º 0.4% 0.65% -
HSV(B) 193.33º 0.36% 0.79% -
XYZ 37.43 44.13 62.42 -
YUV 171.08 145.45 98.7 -
System Red Green Blue C M Y K H S L
Decimal 130 186 202 0.36 0.08 0 0.21 193.33 0.4 0.65
Hex 82 BA CA 24 8 0 15 C1 28 41
Octal 202 272 312 44 10 0 25 301 50 101
Binary 10000010 10111010 11001010 100100 1000 0 10101 11000001 101000 1000001

Color Harmonies of #82BACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BACA

Black with #82BACA

Text Example


Text Example

White with #82BACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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