Html Css Color HEX #80BCDD Seagull

📋 copy color: '#80BCDD'

red 128 ◦ green 188 ◦ blue 221

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

Shades of Seagull #80BCDD

Tints of Seagull #80BCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.15%

R = 23.84%
G = 35.01%
B = 41.15%

CMYK

 C value IS 0.42

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#80BCDD (or 0x80BCDD) is known color: Seagull. HEX triplet: 80, BC and DD. RGB value is (128,188,221). Sum of RGB (Red+Green+Blue) = 128+188+221=537 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.84% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #80BCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BCDD is #7F4322. Grayscale: #ADADAD. Windows color (decimal): -8340259 or 14531712. OLE color: 14531712.

HSL color Cylindrical-coordinate representation of color #80BCDD: hue angle of 201.29º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80BCDD is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 188 221 -
CMYK 0.42 0.15 0 0.13
HSL 201.29º 0.58% 0.68% -
HSV(B) 201.29º 0.42% 0.87% -
XYZ 39.94 45.78 75.14 -
YUV 173.82 154.62 95.32 -
System Red Green Blue C M Y K H S L
Decimal 128 188 221 0.42 0.15 0 0.13 201.29 0.58 0.68
Hex 80 BC DD 2A F 0 D C9 3A 44
Octal 200 274 335 52 17 0 15 311 72 104
Binary 10000000 10111100 11011101 101010 1111 0 1101 11001001 111010 1000100

Color Harmonies of #80BCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BCDD

Black with #80BCDD

Text Example


Text Example

White with #80BCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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