Html Css Color HEX #82BBD0 Seagull

📋 copy color: '#82BBD0'

red 130 ◦ green 187 ◦ blue 208

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

Shades of Seagull #82BBD0

Tints of Seagull #82BBD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.62%

R = 24.76%
G = 35.62%
B = 39.62%

CMYK

 C value IS 0.38

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#82BBD0 (or 0x82BBD0) is known color: Seagull. HEX triplet: 82, BB and D0. RGB value is (130,187,208). Sum of RGB (Red+Green+Blue) = 130+187+208=525 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.76% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 208 (81.64% from 255 or 39.62% from 525); Max value from RGB is 208 - color contains mainly: blue. Hex color #82BBD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BBD0 is #7D442F. Grayscale: #ACACAC. Windows color (decimal): -8209456 or 13679490. OLE color: 13679490.

HSL color Cylindrical-coordinate representation of color #82BBD0: hue angle of 196.15º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82BBD0 is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 130 187 208 -
CMYK 0.38 0.10 0 0.18
HSL 196.15º 0.45% 0.66% -
HSV(B) 196.15º 0.38% 0.82% -
XYZ 38.36 44.84 66.31 -
YUV 172.35 148.12 97.79 -
System Red Green Blue C M Y K H S L
Decimal 130 187 208 0.38 0.10 0 0.18 196.15 0.45 0.66
Hex 82 BB D0 26 A 0 12 C4 2D 42
Octal 202 273 320 46 12 0 22 304 55 102
Binary 10000010 10111011 11010000 100110 1010 0 10010 11000100 101101 1000010

Color Harmonies of #82BBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BBD0

Black with #82BBD0

Text Example


Text Example

White with #82BBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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