Html Css Color HEX #82BFDB Seagull

📋 copy color: '#82BFDB'

red 130 ◦ green 191 ◦ blue 219

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

Shades of Seagull #82BFDB

Tints of Seagull #82BFDB

RGB

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

 GREEN value IS 191 (75% from 255) = 35.37%

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

R = 24.07%
G = 35.37%
B = 40.56%

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

#82BFDB (or 0x82BFDB) is known color: Seagull. HEX triplet: 82, BF and DB. RGB value is (130,191,219). Sum of RGB (Red+Green+Blue) = 130+191+219=540 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.07% from 540); Green value is 191 (75% from 255 or 35.37% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #82BFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BFDB is #7D4024. Grayscale: #AFAFAF. Windows color (decimal): -8208421 or 14401410. OLE color: 14401410.

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

Color convert

RGB 130 191 219 -
CMYK 0.41 0.13 0 0.14
HSL 198.88º 0.55% 0.68% -
HSV(B) 198.88º 0.41% 0.86% -
XYZ 40.62 47.12 73.97 -
YUV 175.95 152.29 95.22 -
System Red Green Blue C M Y K H S L
Decimal 130 191 219 0.41 0.13 0 0.14 198.88 0.55 0.68
Hex 82 BF DB 29 D 0 E C7 37 44
Octal 202 277 333 51 15 0 16 307 67 104
Binary 10000010 10111111 11011011 101001 1101 0 1110 11000111 110111 1000100

Color Harmonies of #82BFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BFDB

Black with #82BFDB

Text Example


Text Example

White with #82BFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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