Html Css Color HEX #82AFCC Seagull

📋 copy color: '#82AFCC'

red 130 ◦ green 175 ◦ blue 204

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

Shades of Seagull #82AFCC

Tints of Seagull #82AFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.08%

R = 25.54%
G = 34.38%
B = 40.08%

CMYK

 C value IS 0.36

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#82AFCC (or 0x82AFCC) is known color: Seagull. HEX triplet: 82, AF and CC. RGB value is (130,175,204). Sum of RGB (Red+Green+Blue) = 130+175+204=509 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.54% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #82AFCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82AFCC is #7D5033. Grayscale: #A4A4A4. Windows color (decimal): -8212532 or 13414274. OLE color: 13414274.

HSL color Cylindrical-coordinate representation of color #82AFCC: hue angle of 203.51º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82AFCC is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 130 175 204 -
CMYK 0.36 0.14 0 0.2
HSL 203.51º 0.42% 0.65% -
HSV(B) 203.51º 0.36% 0.8% -
XYZ 35.43 39.77 62.93 -
YUV 164.85 150.09 103.14 -
System Red Green Blue C M Y K H S L
Decimal 130 175 204 0.36 0.14 0 0.2 203.51 0.42 0.65
Hex 82 AF CC 24 E 0 14 CC 2A 41
Octal 202 257 314 44 16 0 24 314 52 101
Binary 10000010 10101111 11001100 100100 1110 0 10100 11001100 101010 1000001

Color Harmonies of #82AFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AFCC

Black with #82AFCC

Text Example


Text Example

White with #82AFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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