Html Css Color HEX #80AFCD Seagull

📋 copy color: '#80AFCD'

red 128 ◦ green 175 ◦ blue 205

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

Shades of Seagull #80AFCD

Tints of Seagull #80AFCD

RGB

 RED value IS 128 (50.39% from 255) = 25.2%

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

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

R = 25.2%
G = 34.45%
B = 40.35%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#80AFCD (or 0x80AFCD) is known color: Seagull. HEX triplet: 80, AF and CD. RGB value is (128,175,205). Sum of RGB (Red+Green+Blue) = 128+175+205=508 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.20% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #80AFCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80AFCD is #7F5032. Grayscale: #A4A4A4. Windows color (decimal): -8343603 or 13479808. OLE color: 13479808.

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

Color convert

RGB 128 175 205 -
CMYK 0.38 0.15 0 0.20
HSL 203.38º 0.44% 0.65% -
HSV(B) 203.38º 0.38% 0.8% -
XYZ 35.25 39.66 63.55 -
YUV 164.37 150.93 102.06 -
System Red Green Blue C M Y K H S L
Decimal 128 175 205 0.38 0.15 0 0.20 203.38 0.44 0.65
Hex 80 AF CD 26 F 0 14 CB 2C 41
Octal 200 257 315 46 17 0 24 313 54 101
Binary 10000000 10101111 11001101 100110 1111 0 10100 11001011 101100 1000001

Color Harmonies of #80AFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AFCD

Black with #80AFCD

Text Example


Text Example

White with #80AFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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