Html Css Color HEX #82BEDB Seagull

📋 copy color: '#82BEDB'

red 130 ◦ green 190 ◦ blue 219

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

Shades of Seagull #82BEDB

Tints of Seagull #82BEDB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.25%

 BLUE value IS 219 (85.94% from 255) = 40.63%

R = 24.12%
G = 35.25%
B = 40.63%

CMYK

 C value IS 0.41

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#82BEDB (or 0x82BEDB) is known color: Seagull. HEX triplet: 82, BE and DB. RGB value is (130,190,219). Sum of RGB (Red+Green+Blue) = 130+190+219=539 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.12% from 539); Green value is 190 (74.61% from 255 or 35.25% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #82BEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BEDB is #7D4124. Grayscale: #AFAFAF. Windows color (decimal): -8208677 or 14401154. OLE color: 14401154.

HSL color Cylindrical-coordinate representation of color #82BEDB: hue angle of 199.55º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82BEDB is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 130 190 219 -
CMYK 0.41 0.13 0 0.14
HSL 199.55º 0.55% 0.68% -
HSV(B) 199.55º 0.41% 0.86% -
XYZ 40.41 46.69 73.9 -
YUV 175.37 152.62 95.64 -
System Red Green Blue C M Y K H S L
Decimal 130 190 219 0.41 0.13 0 0.14 199.55 0.55 0.68
Hex 82 BE DB 29 D 0 E C8 37 44
Octal 202 276 333 51 15 0 16 310 67 104
Binary 10000010 10111110 11011011 101001 1101 0 1110 11001000 110111 1000100

Color Harmonies of #82BEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BEDB

Black with #82BEDB

Text Example


Text Example

White with #82BEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,190,219); }

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

background-color css

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

 a { background-color: rgb(130,190,219); }

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

border-color css

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

 span { border-color: rgb(130,190,219); }

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