Html Css Color HEX #80B7CE Seagull

📋 copy color: '#80B7CE'

red 128 ◦ green 183 ◦ blue 206

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

Shades of Seagull #80B7CE

Tints of Seagull #80B7CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.85%

R = 24.76%
G = 35.4%
B = 39.85%

CMYK

 C value IS 0.38

 M value IS 0.11

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#80B7CE (or 0x80B7CE) is known color: Seagull. HEX triplet: 80, B7 and CE. RGB value is (128,183,206). Sum of RGB (Red+Green+Blue) = 128+183+206=517 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.76% from 517); Green value is 183 (71.88% from 255 or 35.40% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #80B7CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80B7CE is #7F4831. Grayscale: #A9A9A9. Windows color (decimal): -8341554 or 13547392. OLE color: 13547392.

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

Color convert

RGB 128 183 206 -
CMYK 0.38 0.11 0 0.19
HSL 197.69º 0.44% 0.65% -
HSV(B) 197.69º 0.38% 0.81% -
XYZ 36.98 42.91 64.73 -
YUV 169.18 148.78 98.63 -
System Red Green Blue C M Y K H S L
Decimal 128 183 206 0.38 0.11 0 0.19 197.69 0.44 0.65
Hex 80 B7 CE 26 B 0 13 C6 2C 41
Octal 200 267 316 46 13 0 23 306 54 101
Binary 10000000 10110111 11001110 100110 1011 0 10011 11000110 101100 1000001

Color Harmonies of #80B7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B7CE

Black with #80B7CE

Text Example


Text Example

White with #80B7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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