Html Css Color HEX #82BADA Seagull

📋 copy color: '#82BADA'

red 130 ◦ green 186 ◦ blue 218

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

Shades of Seagull #82BADA

Tints of Seagull #82BADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.82%

R = 24.34%
G = 34.83%
B = 40.82%

CMYK

 C value IS 0.40

 M value IS 0.15

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#82BADA (or 0x82BADA) is known color: Seagull. HEX triplet: 82, BA and DA. RGB value is (130,186,218). Sum of RGB (Red+Green+Blue) = 130+186+218=534 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.34% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 218 - color contains mainly: blue. Hex color #82BADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BADA is #7D4525. Grayscale: #ACACAC. Windows color (decimal): -8209702 or 14334594. OLE color: 14334594.

HSL color Cylindrical-coordinate representation of color #82BADA: hue angle of 201.82º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82BADA is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 186 218 -
CMYK 0.40 0.15 0 0.15
HSL 201.82º 0.54% 0.68% -
HSV(B) 201.82º 0.4% 0.85% -
XYZ 39.42 44.93 72.92 -
YUV 172.9 153.45 97.4 -
System Red Green Blue C M Y K H S L
Decimal 130 186 218 0.40 0.15 0 0.15 201.82 0.54 0.68
Hex 82 BA DA 28 F 0 F CA 36 44
Octal 202 272 332 50 17 0 17 312 66 104
Binary 10000010 10111010 11011010 101000 1111 0 1111 11001010 110110 1000100

Color Harmonies of #82BADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BADA

Black with #82BADA

Text Example


Text Example

White with #82BADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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