Html Css Color HEX #82BBDB Seagull

📋 copy color: '#82BBDB'

red 130 ◦ green 187 ◦ blue 219

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

Shades of Seagull #82BBDB

Tints of Seagull #82BBDB

RGB

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

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

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

R = 24.25%
G = 34.89%
B = 40.86%

CMYK

 C value IS 0.41

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#82BBDB (or 0x82BBDB) is known color: Seagull. HEX triplet: 82, BB and DB. RGB value is (130,187,219). Sum of RGB (Red+Green+Blue) = 130+187+219=536 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.25% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #82BBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BBDB is #7D4424. Grayscale: #ADADAD. Windows color (decimal): -8209445 or 14400386. OLE color: 14400386.

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

Color convert

RGB 130 187 219 -
CMYK 0.41 0.15 0 0.14
HSL 201.57º 0.55% 0.68% -
HSV(B) 201.57º 0.41% 0.86% -
XYZ 39.76 45.4 73.69 -
YUV 173.61 153.62 96.9 -
System Red Green Blue C M Y K H S L
Decimal 130 187 219 0.41 0.15 0 0.14 201.57 0.55 0.68
Hex 82 BB DB 29 F 0 E CA 37 44
Octal 202 273 333 51 17 0 16 312 67 104
Binary 10000010 10111011 11011011 101001 1111 0 1110 11001010 110111 1000100

Color Harmonies of #82BBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BBDB

Black with #82BBDB

Text Example


Text Example

White with #82BBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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