Html Css Color HEX #80B7DC Seagull

📋 copy color: '#80B7DC'

red 128 ◦ green 183 ◦ blue 220

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

Shades of Seagull #80B7DC

Tints of Seagull #80B7DC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.46%

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

R = 24.11%
G = 34.46%
B = 41.43%

CMYK

 C value IS 0.42

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#80B7DC (or 0x80B7DC) is known color: Seagull. HEX triplet: 80, B7 and DC. RGB value is (128,183,220). Sum of RGB (Red+Green+Blue) = 128+183+220=531 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.11% from 531); Green value is 183 (71.88% from 255 or 34.46% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #80B7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80B7DC is #7F4823. Grayscale: #AAAAAA. Windows color (decimal): -8341540 or 14464896. OLE color: 14464896.

HSL color Cylindrical-coordinate representation of color #80B7DC: hue angle of 204.13º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80B7DC is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 183 220 -
CMYK 0.42 0.17 0 0.14
HSL 204.13º 0.57% 0.68% -
HSV(B) 204.13º 0.42% 0.86% -
XYZ 38.75 43.62 74.09 -
YUV 170.77 155.78 97.49 -
System Red Green Blue C M Y K H S L
Decimal 128 183 220 0.42 0.17 0 0.14 204.13 0.57 0.68
Hex 80 B7 DC 2A 11 0 E CC 39 44
Octal 200 267 334 52 21 0 16 314 71 104
Binary 10000000 10110111 11011100 101010 10001 0 1110 11001100 111001 1000100

Color Harmonies of #80B7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B7DC

Black with #80B7DC

Text Example


Text Example

White with #80B7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,183,220); }

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

background-color css

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

 a { background-color: rgb(128,183,220); }

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

border-color css

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

 span { border-color: rgb(128,183,220); }

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