Html Css Color HEX #82BCDD Seagull

📋 copy color: '#82BCDD'

red 130 ◦ green 188 ◦ blue 221

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

Shades of Seagull #82BCDD

Tints of Seagull #82BCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41%

R = 24.12%
G = 34.88%
B = 41%

CMYK

 C value IS 0.41

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#82BCDD (or 0x82BCDD) is known color: Seagull. HEX triplet: 82, BC and DD. RGB value is (130,188,221). Sum of RGB (Red+Green+Blue) = 130+188+221=539 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.12% from 539); Green value is 188 (73.83% from 255 or 34.88% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #82BCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BCDD is #7D4322. Grayscale: #AEAEAE. Windows color (decimal): -8209187 or 14531714. OLE color: 14531714.

HSL color Cylindrical-coordinate representation of color #82BCDD: hue angle of 201.76º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82BCDD is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 188 221 -
CMYK 0.41 0.15 0 0.13
HSL 201.76º 0.57% 0.69% -
HSV(B) 201.76º 0.41% 0.87% -
XYZ 40.24 45.93 75.15 -
YUV 174.42 154.28 96.32 -
System Red Green Blue C M Y K H S L
Decimal 130 188 221 0.41 0.15 0 0.13 201.76 0.57 0.69
Hex 82 BC DD 29 F 0 D CA 39 45
Octal 202 274 335 51 17 0 15 312 71 105
Binary 10000010 10111100 11011101 101001 1111 0 1101 11001010 111001 1000101

Color Harmonies of #82BCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BCDD

Black with #82BCDD

Text Example


Text Example

White with #82BCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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