Html Css Color HEX #82BCCB Seagull

📋 copy color: '#82BCCB'

red 130 ◦ green 188 ◦ blue 203

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

Shades of Seagull #82BCCB

Tints of Seagull #82BCCB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.08%

 BLUE value IS 203 (79.69% from 255) = 38.96%

R = 24.95%
G = 36.08%
B = 38.96%

CMYK

 C value IS 0.36

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#82BCCB (or 0x82BCCB) is known color: Seagull. HEX triplet: 82, BC and CB. RGB value is (130,188,203). Sum of RGB (Red+Green+Blue) = 130+188+203=521 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.95% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #82BCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BCCB is #7D4334. Grayscale: #ACACAC. Windows color (decimal): -8209205 or 13352066. OLE color: 13352066.

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

Color convert

RGB 130 188 203 -
CMYK 0.36 0.07 0 0.20
HSL 192.33º 0.41% 0.65% -
HSV(B) 192.33º 0.36% 0.8% -
XYZ 37.97 45.02 63.19 -
YUV 172.37 145.28 97.78 -
System Red Green Blue C M Y K H S L
Decimal 130 188 203 0.36 0.07 0 0.20 192.33 0.41 0.65
Hex 82 BC CB 24 7 0 14 C0 29 41
Octal 202 274 313 44 7 0 24 300 51 101
Binary 10000010 10111100 11001011 100100 111 0 10100 11000000 101001 1000001

Color Harmonies of #82BCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BCCB

Black with #82BCCB

Text Example


Text Example

White with #82BCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,188,203); }

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

background-color css

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

 a { background-color: rgb(130,188,203); }

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

border-color css

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

 span { border-color: rgb(130,188,203); }

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