Html Css Color HEX #80BFCA Seagull

📋 copy color: '#80BFCA'

red 128 ◦ green 191 ◦ blue 202

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

Shades of Seagull #80BFCA

Tints of Seagull #80BFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.77%

R = 24.57%
G = 36.66%
B = 38.77%

CMYK

 C value IS 0.37

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#80BFCA (or 0x80BFCA) is known color: Seagull. HEX triplet: 80, BF and CA. RGB value is (128,191,202). Sum of RGB (Red+Green+Blue) = 128+191+202=521 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.57% from 521); Green value is 191 (75% from 255 or 36.66% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 202 - color contains mainly: blue. Hex color #80BFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BFCA is #7F4035. Grayscale: #ADADAD. Windows color (decimal): -8339510 or 13287296. OLE color: 13287296.

HSL color Cylindrical-coordinate representation of color #80BFCA: hue angle of 188.92º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80BFCA is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 128 191 202 -
CMYK 0.37 0.05 0 0.21
HSL 188.92º 0.41% 0.65% -
HSV(B) 188.92º 0.37% 0.79% -
XYZ 38.19 46.12 62.77 -
YUV 173.42 144.13 95.61 -
System Red Green Blue C M Y K H S L
Decimal 128 191 202 0.37 0.05 0 0.21 188.92 0.41 0.65
Hex 80 BF CA 25 5 0 15 BD 29 41
Octal 200 277 312 45 5 0 25 275 51 101
Binary 10000000 10111111 11001010 100101 101 0 10101 10111101 101001 1000001

Color Harmonies of #80BFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BFCA

Black with #80BFCA

Text Example


Text Example

White with #80BFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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