Html Css Color HEX #80BFD7 Seagull

📋 copy color: '#80BFD7'

red 128 ◦ green 191 ◦ blue 215

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

Shades of Seagull #80BFD7

Tints of Seagull #80BFD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.26%

R = 23.97%
G = 35.77%
B = 40.26%

CMYK

 C value IS 0.40

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#80BFD7 (or 0x80BFD7) is known color: Seagull. HEX triplet: 80, BF and D7. RGB value is (128,191,215). Sum of RGB (Red+Green+Blue) = 128+191+215=534 (70% of max value = 765). Red value is 128 (50.39% from 255 or 23.97% from 534); Green value is 191 (75% from 255 or 35.77% from 534); Blue value is 215 (84.38% from 255 or 40.26% from 534); Max value from RGB is 215 - color contains mainly: blue. Hex color #80BFD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BFD7 is #7F4028. Grayscale: #AEAEAE. Windows color (decimal): -8339497 or 14139264. OLE color: 14139264.

HSL color Cylindrical-coordinate representation of color #80BFD7: hue angle of 196.55º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80BFD7 is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 191 215 -
CMYK 0.40 0.11 0 0.16
HSL 196.55º 0.52% 0.67% -
HSV(B) 196.55º 0.4% 0.84% -
XYZ 39.8 46.76 71.22 -
YUV 174.9 150.63 94.55 -
System Red Green Blue C M Y K H S L
Decimal 128 191 215 0.40 0.11 0 0.16 196.55 0.52 0.67
Hex 80 BF D7 28 B 0 10 C5 34 43
Octal 200 277 327 50 13 0 20 305 64 103
Binary 10000000 10111111 11010111 101000 1011 0 10000 11000101 110100 1000011

Color Harmonies of #80BFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BFD7

Black with #80BFD7

Text Example


Text Example

White with #80BFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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