Html Css Color HEX #80BFDD Seagull

📋 copy color: '#80BFDD'

red 128 ◦ green 191 ◦ blue 221

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

Shades of Seagull #80BFDD

Tints of Seagull #80BFDD

RGB

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

 GREEN value IS 191 (75% from 255) = 35.37%

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

R = 23.7%
G = 35.37%
B = 40.93%

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

#80BFDD (or 0x80BFDD) is known color: Seagull. HEX triplet: 80, BF and DD. RGB value is (128,191,221). Sum of RGB (Red+Green+Blue) = 128+191+221=540 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.70% from 540); Green value is 191 (75% from 255 or 35.37% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #80BFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BFDD is #7F4022. Grayscale: #AFAFAF. Windows color (decimal): -8339491 or 14532480. OLE color: 14532480.

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

Color convert

RGB 128 191 221 -
CMYK 0.42 0.14 0 0.13
HSL 199.35º 0.58% 0.68% -
HSV(B) 199.35º 0.42% 0.87% -
XYZ 40.58 47.07 75.35 -
YUV 175.58 153.63 94.06 -
System Red Green Blue C M Y K H S L
Decimal 128 191 221 0.42 0.14 0 0.13 199.35 0.58 0.68
Hex 80 BF DD 2A E 0 D C7 3A 44
Octal 200 277 335 52 16 0 15 307 72 104
Binary 10000000 10111111 11011101 101010 1110 0 1101 11000111 111010 1000100

Color Harmonies of #80BFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BFDD

Black with #80BFDD

Text Example


Text Example

White with #80BFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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