Html Css Color HEX #80BCCB Seagull

📋 copy color: '#80BCCB'

red 128 ◦ green 188 ◦ blue 203

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

Shades of Seagull #80BCCB

Tints of Seagull #80BCCB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.22%

 BLUE value IS 203 (79.69% from 255) = 39.11%

R = 24.66%
G = 36.22%
B = 39.11%

CMYK

 C value IS 0.37

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#80BCCB (or 0x80BCCB) is known color: Seagull. HEX triplet: 80, BC and CB. RGB value is (128,188,203). Sum of RGB (Red+Green+Blue) = 128+188+203=519 (68% of max value = 765). Red value is 128 (50.39% from 255 or 24.66% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 203 - color contains mainly: blue. Hex color #80BCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BCCB is #7F4334. Grayscale: #ABABAB. Windows color (decimal): -8340277 or 13352064. OLE color: 13352064.

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

Color convert

RGB 128 188 203 -
CMYK 0.37 0.07 0 0.20
HSL 192º 0.42% 0.65% -
HSV(B) 192º 0.37% 0.8% -
XYZ 37.66 44.87 63.18 -
YUV 171.77 145.62 96.78 -
System Red Green Blue C M Y K H S L
Decimal 128 188 203 0.37 0.07 0 0.20 192 0.42 0.65
Hex 80 BC CB 25 7 0 14 C0 2A 41
Octal 200 274 313 45 7 0 24 300 52 101
Binary 10000000 10111100 11001011 100101 111 0 10100 11000000 101010 1000001

Color Harmonies of #80BCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BCCB

Black with #80BCCB

Text Example


Text Example

White with #80BCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,188,203); }

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

background-color css

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

 a { background-color: rgb(128,188,203); }

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

border-color css

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

 span { border-color: rgb(128,188,203); }

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