Html Css Color HEX #77B9D4 Seagull

📋 copy color: '#77B9D4'

red 119 ◦ green 185 ◦ blue 212

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

Shades of Seagull #77B9D4

Tints of Seagull #77B9D4

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.85%

 BLUE value IS 212 (83.2% from 255) = 41.09%

R = 23.06%
G = 35.85%
B = 41.09%

CMYK

 C value IS 0.44

 M value IS 0.13

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#77B9D4 (or 0x77B9D4) is known color: Seagull. HEX triplet: 77, B9 and D4. RGB value is (119,185,212). Sum of RGB (Red+Green+Blue) = 119+185+212=516 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.06% from 516); Green value is 185 (72.66% from 255 or 35.85% from 516); Blue value is 212 (83.20% from 255 or 41.09% from 516); Max value from RGB is 212 - color contains mainly: blue. Hex color #77B9D4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77B9D4 is #88462B. Grayscale: #A8A8A8. Windows color (decimal): -8930860 or 13941111. OLE color: 13941111.

HSL color Cylindrical-coordinate representation of color #77B9D4: hue angle of 197.42º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #77B9D4 is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 119 185 212 -
CMYK 0.44 0.13 0 0.17
HSL 197.42º 0.52% 0.65% -
HSV(B) 197.42º 0.44% 0.83% -
XYZ 36.84 43.37 68.72 -
YUV 168.34 152.63 92.8 -
System Red Green Blue C M Y K H S L
Decimal 119 185 212 0.44 0.13 0 0.17 197.42 0.52 0.65
Hex 77 B9 D4 2C D 0 11 C5 34 41
Octal 167 271 324 54 15 0 21 305 64 101
Binary 1110111 10111001 11010100 101100 1101 0 10001 11000101 110100 1000001

Color Harmonies of #77B9D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B9D4

Black with #77B9D4

Text Example


Text Example

White with #77B9D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,185,212); }

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

background-color css

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

 a { background-color: rgb(119,185,212); }

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

border-color css

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

 span { border-color: rgb(119,185,212); }

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