Html Css Color HEX #82BFCD Seagull

📋 copy color: '#82BFCD'

red 130 ◦ green 191 ◦ blue 205

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

Shades of Seagull #82BFCD

Tints of Seagull #82BFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.97%

R = 24.71%
G = 36.31%
B = 38.97%

CMYK

 C value IS 0.37

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#82BFCD (or 0x82BFCD) is known color: Seagull. HEX triplet: 82, BF and CD. RGB value is (130,191,205). Sum of RGB (Red+Green+Blue) = 130+191+205=526 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.71% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 205 - color contains mainly: blue. Hex color #82BFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BFCD is #7D4032. Grayscale: #AEAEAE. Windows color (decimal): -8208435 or 13483906. OLE color: 13483906.

HSL color Cylindrical-coordinate representation of color #82BFCD: hue angle of 191.2º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82BFCD is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 191 205 -
CMYK 0.37 0.07 0 0.20
HSL 191.2º 0.43% 0.66% -
HSV(B) 191.2º 0.37% 0.8% -
XYZ 38.86 46.42 64.67 -
YUV 174.36 145.29 96.36 -
System Red Green Blue C M Y K H S L
Decimal 130 191 205 0.37 0.07 0 0.20 191.2 0.43 0.66
Hex 82 BF CD 25 7 0 14 BF 2B 42
Octal 202 277 315 45 7 0 24 277 53 102
Binary 10000010 10111111 11001101 100101 111 0 10100 10111111 101011 1000010

Color Harmonies of #82BFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BFCD

Black with #82BFCD

Text Example


Text Example

White with #82BFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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