Html Css Color HEX #82BCDF Seagull

📋 copy color: '#82BCDF'

red 130 ◦ green 188 ◦ blue 223

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

Shades of Seagull #82BCDF

Tints of Seagull #82BCDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.22%

R = 24.03%
G = 34.75%
B = 41.22%

CMYK

 C value IS 0.42

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#82BCDF (or 0x82BCDF) is known color: Seagull. HEX triplet: 82, BC and DF. RGB value is (130,188,223). Sum of RGB (Red+Green+Blue) = 130+188+223=541 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.03% from 541); Green value is 188 (73.83% from 255 or 34.75% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #82BCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BCDF is #7D4320. Grayscale: #AEAEAE. Windows color (decimal): -8209185 or 14662786. OLE color: 14662786.

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

Color convert

RGB 130 188 223 -
CMYK 0.42 0.16 0 0.13
HSL 202.58º 0.59% 0.69% -
HSV(B) 202.58º 0.42% 0.87% -
XYZ 40.51 46.04 76.56 -
YUV 174.65 155.28 96.15 -
System Red Green Blue C M Y K H S L
Decimal 130 188 223 0.42 0.16 0 0.13 202.58 0.59 0.69
Hex 82 BC DF 2A 10 0 D CB 3B 45
Octal 202 274 337 52 20 0 15 313 73 105
Binary 10000010 10111100 11011111 101010 10000 0 1101 11001011 111011 1000101

Color Harmonies of #82BCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BCDF

Black with #82BCDF

Text Example


Text Example

White with #82BCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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