Html Css Color HEX #80BDDD Seagull

📋 copy color: '#80BDDD'

red 128 ◦ green 189 ◦ blue 221

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

Shades of Seagull #80BDDD

Tints of Seagull #80BDDD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.13%

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

R = 23.79%
G = 35.13%
B = 41.08%

CMYK

 C value IS 0.42

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#80BDDD (or 0x80BDDD) is known color: Seagull. HEX triplet: 80, BD and DD. RGB value is (128,189,221). Sum of RGB (Red+Green+Blue) = 128+189+221=538 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.79% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #80BDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BDDD is #7F4222. Grayscale: #AEAEAE. Windows color (decimal): -8340003 or 14531968. OLE color: 14531968.

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

Color convert

RGB 128 189 221 -
CMYK 0.42 0.14 0 0.13
HSL 200.65º 0.58% 0.68% -
HSV(B) 200.65º 0.42% 0.87% -
XYZ 40.15 46.2 75.21 -
YUV 174.41 154.29 94.9 -
System Red Green Blue C M Y K H S L
Decimal 128 189 221 0.42 0.14 0 0.13 200.65 0.58 0.68
Hex 80 BD DD 2A E 0 D C9 3A 44
Octal 200 275 335 52 16 0 15 311 72 104
Binary 10000000 10111101 11011101 101010 1110 0 1101 11001001 111010 1000100

Color Harmonies of #80BDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BDDD

Black with #80BDDD

Text Example


Text Example

White with #80BDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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