Html Css Color HEX #82AFCD Seagull

📋 copy color: '#82AFCD'

red 130 ◦ green 175 ◦ blue 205

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

Shades of Seagull #82AFCD

Tints of Seagull #82AFCD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.31%

 BLUE value IS 205 (80.47% from 255) = 40.2%

R = 25.49%
G = 34.31%
B = 40.2%

CMYK

 C value IS 0.37

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#82AFCD (or 0x82AFCD) is known color: Seagull. HEX triplet: 82, AF and CD. RGB value is (130,175,205). Sum of RGB (Red+Green+Blue) = 130+175+205=510 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.49% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 205 - color contains mainly: blue. Hex color #82AFCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82AFCD is #7D5032. Grayscale: #A4A4A4. Windows color (decimal): -8212531 or 13479810. OLE color: 13479810.

HSL color Cylindrical-coordinate representation of color #82AFCD: hue angle of 204º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82AFCD is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 175 205 -
CMYK 0.37 0.15 0 0.20
HSL 204º 0.43% 0.66% -
HSV(B) 204º 0.37% 0.8% -
XYZ 35.56 39.81 63.57 -
YUV 164.97 150.59 103.06 -
System Red Green Blue C M Y K H S L
Decimal 130 175 205 0.37 0.15 0 0.20 204 0.43 0.66
Hex 82 AF CD 25 F 0 14 CC 2B 42
Octal 202 257 315 45 17 0 24 314 53 102
Binary 10000010 10101111 11001101 100101 1111 0 10100 11001100 101011 1000010

Color Harmonies of #82AFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AFCD

Black with #82AFCD

Text Example


Text Example

White with #82AFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,175,205); }

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

background-color css

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

 a { background-color: rgb(130,175,205); }

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

border-color css

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

 span { border-color: rgb(130,175,205); }

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