Html Css Color HEX #77BFCE Seagull

📋 copy color: '#77BFCE'

red 119 ◦ green 191 ◦ blue 206

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

Shades of Seagull #77BFCE

Tints of Seagull #77BFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.92%

R = 23.06%
G = 37.02%
B = 39.92%

CMYK

 C value IS 0.42

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#77BFCE (or 0x77BFCE) is known color: Seagull. HEX triplet: 77, BF and CE. RGB value is (119,191,206). Sum of RGB (Red+Green+Blue) = 119+191+206=516 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.06% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #77BFCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BFCE is #884031. Grayscale: #ABABAB. Windows color (decimal): -8929330 or 13549431. OLE color: 13549431.

HSL color Cylindrical-coordinate representation of color #77BFCE: hue angle of 190.34º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77BFCE is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 191 206 -
CMYK 0.42 0.07 0 0.19
HSL 190.34º 0.47% 0.64% -
HSV(B) 190.34º 0.42% 0.81% -
XYZ 37.38 45.64 65.23 -
YUV 171.18 147.65 90.78 -
System Red Green Blue C M Y K H S L
Decimal 119 191 206 0.42 0.07 0 0.19 190.34 0.47 0.64
Hex 77 BF CE 2A 7 0 13 BE 2F 40
Octal 167 277 316 52 7 0 23 276 57 100
Binary 1110111 10111111 11001110 101010 111 0 10011 10111110 101111 1000000

Color Harmonies of #77BFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BFCE

Black with #77BFCE

Text Example


Text Example

White with #77BFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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