Html Css Color HEX #77BFCB Seagull

📋 copy color: '#77BFCB'

red 119 ◦ green 191 ◦ blue 203

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

Shades of Seagull #77BFCB

Tints of Seagull #77BFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.57%

R = 23.2%
G = 37.23%
B = 39.57%

CMYK

 C value IS 0.41

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#77BFCB (or 0x77BFCB) is known color: Seagull. HEX triplet: 77, BF and CB. RGB value is (119,191,203). Sum of RGB (Red+Green+Blue) = 119+191+203=513 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.20% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 203 - color contains mainly: blue. Hex color #77BFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BFCB is #884034. Grayscale: #AAAAAA. Windows color (decimal): -8929333 or 13352823. OLE color: 13352823.

HSL color Cylindrical-coordinate representation of color #77BFCB: hue angle of 188.57º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #77BFCB is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 119 191 203 -
CMYK 0.41 0.06 0 0.20
HSL 188.57º 0.45% 0.63% -
HSV(B) 188.57º 0.41% 0.8% -
XYZ 37.02 45.5 63.33 -
YUV 170.84 146.15 91.02 -
System Red Green Blue C M Y K H S L
Decimal 119 191 203 0.41 0.06 0 0.20 188.57 0.45 0.63
Hex 77 BF CB 29 6 0 14 BD 2D 3F
Octal 167 277 313 51 6 0 24 275 55 77
Binary 1110111 10111111 11001011 101001 110 0 10100 10111101 101101 111111

Color Harmonies of #77BFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BFCB

Black with #77BFCB

Text Example


Text Example

White with #77BFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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