Html Css Color HEX #77BFDA Seagull

📋 copy color: '#77BFDA'

red 119 ◦ green 191 ◦ blue 218

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

Shades of Seagull #77BFDA

Tints of Seagull #77BFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.29%

R = 22.54%
G = 36.17%
B = 41.29%

CMYK

 C value IS 0.45

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#77BFDA (or 0x77BFDA) is known color: Seagull. HEX triplet: 77, BF and DA. RGB value is (119,191,218). Sum of RGB (Red+Green+Blue) = 119+191+218=528 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.54% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #77BFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BFDA is #884025. Grayscale: #ACACAC. Windows color (decimal): -8929318 or 14335863. OLE color: 14335863.

HSL color Cylindrical-coordinate representation of color #77BFDA: hue angle of 196.36º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77BFDA is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 119 191 218 -
CMYK 0.45 0.12 0 0.15
HSL 196.36º 0.57% 0.66% -
HSV(B) 196.36º 0.45% 0.85% -
XYZ 38.89 46.25 73.21 -
YUV 172.55 153.65 89.8 -
System Red Green Blue C M Y K H S L
Decimal 119 191 218 0.45 0.12 0 0.15 196.36 0.57 0.66
Hex 77 BF DA 2D C 0 F C4 39 42
Octal 167 277 332 55 14 0 17 304 71 102
Binary 1110111 10111111 11011010 101101 1100 0 1111 11000100 111001 1000010

Color Harmonies of #77BFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BFDA

Black with #77BFDA

Text Example


Text Example

White with #77BFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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