Html Css Color HEX #82BFDC Seagull

📋 copy color: '#82BFDC'

red 130 ◦ green 191 ◦ blue 220

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

Shades of Seagull #82BFDC

Tints of Seagull #82BFDC

RGB

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

 GREEN value IS 191 (75% from 255) = 35.3%

 BLUE value IS 220 (86.33% from 255) = 40.67%

R = 24.03%
G = 35.3%
B = 40.67%

CMYK

 C value IS 0.41

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#82BFDC (or 0x82BFDC) is known color: Seagull. HEX triplet: 82, BF and DC. RGB value is (130,191,220). Sum of RGB (Red+Green+Blue) = 130+191+220=541 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.03% from 541); Green value is 191 (75% from 255 or 35.30% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #82BFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BFDC is #7D4023. Grayscale: #AFAFAF. Windows color (decimal): -8208420 or 14466946. OLE color: 14466946.

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

Color convert

RGB 130 191 220 -
CMYK 0.41 0.13 0 0.14
HSL 199.33º 0.56% 0.69% -
HSV(B) 199.33º 0.41% 0.86% -
XYZ 40.75 47.17 74.67 -
YUV 176.07 152.79 95.14 -
System Red Green Blue C M Y K H S L
Decimal 130 191 220 0.41 0.13 0 0.14 199.33 0.56 0.69
Hex 82 BF DC 29 D 0 E C7 38 45
Octal 202 277 334 51 15 0 16 307 70 105
Binary 10000010 10111111 11011100 101001 1101 0 1110 11000111 111000 1000101

Color Harmonies of #82BFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BFDC

Black with #82BFDC

Text Example


Text Example

White with #82BFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,191,220); }

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

background-color css

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

 a { background-color: rgb(130,191,220); }

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

border-color css

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

 span { border-color: rgb(130,191,220); }

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