Html Css Color HEX #80BFDC Seagull

📋 copy color: '#80BFDC'

red 128 ◦ green 191 ◦ blue 220

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

Shades of Seagull #80BFDC

Tints of Seagull #80BFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.82%

R = 23.75%
G = 35.44%
B = 40.82%

CMYK

 C value IS 0.42

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#80BFDC (or 0x80BFDC) is known color: Seagull. HEX triplet: 80, BF and DC. RGB value is (128,191,220). Sum of RGB (Red+Green+Blue) = 128+191+220=539 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.75% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #80BFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BFDC is #7F4023. Grayscale: #AFAFAF. Windows color (decimal): -8339492 or 14466944. OLE color: 14466944.

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

Color convert

RGB 128 191 220 -
CMYK 0.42 0.13 0 0.14
HSL 198.91º 0.57% 0.68% -
HSV(B) 198.91º 0.42% 0.86% -
XYZ 40.45 47.02 74.65 -
YUV 175.47 153.13 94.14 -
System Red Green Blue C M Y K H S L
Decimal 128 191 220 0.42 0.13 0 0.14 198.91 0.57 0.68
Hex 80 BF DC 2A D 0 E C7 39 44
Octal 200 277 334 52 15 0 16 307 71 104
Binary 10000000 10111111 11011100 101010 1101 0 1110 11000111 111001 1000100

Color Harmonies of #80BFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BFDC

Black with #80BFDC

Text Example


Text Example

White with #80BFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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