Html Css Color HEX #82BBCD Seagull

📋 copy color: '#82BBCD'

red 130 ◦ green 187 ◦ blue 205

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

Shades of Seagull #82BBCD

Tints of Seagull #82BBCD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.82%

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

R = 24.9%
G = 35.82%
B = 39.27%

CMYK

 C value IS 0.37

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#82BBCD (or 0x82BBCD) is known color: Seagull. HEX triplet: 82, BB and CD. RGB value is (130,187,205). Sum of RGB (Red+Green+Blue) = 130+187+205=522 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.90% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 205 - color contains mainly: blue. Hex color #82BBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BBCD is #7D4432. Grayscale: #ABABAB. Windows color (decimal): -8209459 or 13482882. OLE color: 13482882.

HSL color Cylindrical-coordinate representation of color #82BBCD: hue angle of 194.4º 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 #82BBCD is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 187 205 -
CMYK 0.37 0.09 0 0.20
HSL 194.4º 0.43% 0.66% -
HSV(B) 194.4º 0.37% 0.8% -
XYZ 38 44.69 64.38 -
YUV 172.01 146.62 98.04 -
System Red Green Blue C M Y K H S L
Decimal 130 187 205 0.37 0.09 0 0.20 194.4 0.43 0.66
Hex 82 BB CD 25 9 0 14 C2 2B 42
Octal 202 273 315 45 11 0 24 302 53 102
Binary 10000010 10111011 11001101 100101 1001 0 10100 11000010 101011 1000010

Color Harmonies of #82BBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BBCD

Black with #82BBCD

Text Example


Text Example

White with #82BBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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