Html Css Color HEX #77BFDB Seagull

📋 copy color: '#77BFDB'

red 119 ◦ green 191 ◦ blue 219

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

Shades of Seagull #77BFDB

Tints of Seagull #77BFDB

RGB

 RED value IS 119 (46.88% from 255) = 22.5%

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

 BLUE value IS 219 (85.94% from 255) = 41.4%

R = 22.5%
G = 36.11%
B = 41.4%

CMYK

 C value IS 0.46

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#77BFDB (or 0x77BFDB) is known color: Seagull. HEX triplet: 77, BF and DB. RGB value is (119,191,219). Sum of RGB (Red+Green+Blue) = 119+191+219=529 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.50% from 529); Green value is 191 (75% from 255 or 36.11% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #77BFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BFDB is #884024. Grayscale: #ACACAC. Windows color (decimal): -8929317 or 14401399. OLE color: 14401399.

HSL color Cylindrical-coordinate representation of color #77BFDB: hue angle of 196.8º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77BFDB is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 191 219 -
CMYK 0.46 0.13 0 0.14
HSL 196.8º 0.58% 0.66% -
HSV(B) 196.8º 0.46% 0.86% -
XYZ 39.02 46.3 73.9 -
YUV 172.66 154.15 89.72 -
System Red Green Blue C M Y K H S L
Decimal 119 191 219 0.46 0.13 0 0.14 196.8 0.58 0.66
Hex 77 BF DB 2E D 0 E C5 3A 42
Octal 167 277 333 56 15 0 16 305 72 102
Binary 1110111 10111111 11011011 101110 1101 0 1110 11000101 111010 1000010

Color Harmonies of #77BFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BFDB

Black with #77BFDB

Text Example


Text Example

White with #77BFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77BFDB; }

 p { color: rgb(119,191,219); }

 H1.HeaderClassName
 {
   color: #77BFDB;
 }
 .AnyTagClassName
 {
   color: #77BFDB;
 }
</style>

background-color css

<style>
 a { background-color: #77BFDB; }

 a { background-color: rgb(119,191,219); }

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

border-color css

<style>
 span { border-color: #77BFDB; }

 span { border-color: rgb(119,191,219); }

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