Html Css Color HEX #80B3CE Seagull

📋 copy color: '#80B3CE'

red 128 ◦ green 179 ◦ blue 206

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

Shades of Seagull #80B3CE

Tints of Seagull #80B3CE

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.89%

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

R = 24.95%
G = 34.89%
B = 40.16%

CMYK

 C value IS 0.38

 M value IS 0.13

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#80B3CE (or 0x80B3CE) is known color: Seagull. HEX triplet: 80, B3 and CE. RGB value is (128,179,206). Sum of RGB (Red+Green+Blue) = 128+179+206=513 (67% of max value = 765). Red value is 128 (50.39% from 255 or 24.95% from 513); Green value is 179 (70.31% from 255 or 34.89% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #80B3CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80B3CE is #7F4C31. Grayscale: #A6A6A6. Windows color (decimal): -8342578 or 13546368. OLE color: 13546368.

HSL color Cylindrical-coordinate representation of color #80B3CE: hue angle of 200.77º 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 #80B3CE is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 179 206 -
CMYK 0.38 0.13 0 0.19
HSL 200.77º 0.44% 0.65% -
HSV(B) 200.77º 0.38% 0.81% -
XYZ 36.16 41.29 64.46 -
YUV 166.83 150.1 100.3 -
System Red Green Blue C M Y K H S L
Decimal 128 179 206 0.38 0.13 0 0.19 200.77 0.44 0.65
Hex 80 B3 CE 26 D 0 13 C9 2C 41
Octal 200 263 316 46 15 0 23 311 54 101
Binary 10000000 10110011 11001110 100110 1101 0 10011 11001001 101100 1000001

Color Harmonies of #80B3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B3CE

Black with #80B3CE

Text Example


Text Example

White with #80B3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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