Html Css Color HEX #82BADE Seagull

📋 copy color: '#82BADE'

red 130 ◦ green 186 ◦ blue 222

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

Shades of Seagull #82BADE

Tints of Seagull #82BADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.26%

R = 24.16%
G = 34.57%
B = 41.26%

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

#82BADE (or 0x82BADE) is known color: Seagull. HEX triplet: 82, BA and DE. RGB value is (130,186,222). Sum of RGB (Red+Green+Blue) = 130+186+222=538 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.16% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 222 - color contains mainly: blue. Hex color #82BADE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BADE is #7D4521. Grayscale: #ADADAD. Windows color (decimal): -8209698 or 14596738. OLE color: 14596738.

HSL color Cylindrical-coordinate representation of color #82BADE: hue angle of 203.48º degrees, saturation: 0.58, 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 #82BADE is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 186 222 -
CMYK 0.41 0.16 0 0.13
HSL 203.48º 0.58% 0.69% -
HSV(B) 203.48º 0.41% 0.87% -
XYZ 39.95 45.14 75.71 -
YUV 173.36 155.45 97.07 -
System Red Green Blue C M Y K H S L
Decimal 130 186 222 0.41 0.16 0 0.13 203.48 0.58 0.69
Hex 82 BA DE 29 10 0 D CB 3A 45
Octal 202 272 336 51 20 0 15 313 72 105
Binary 10000010 10111010 11011110 101001 10000 0 1101 11001011 111010 1000101

Color Harmonies of #82BADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BADE

Black with #82BADE

Text Example


Text Example

White with #82BADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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