Html Css Color HEX #77BADD Seagull

📋 copy color: '#77BADD'

red 119 ◦ green 186 ◦ blue 221

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

Shades of Seagull #77BADD

Tints of Seagull #77BADD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.36%

 BLUE value IS 221 (86.72% from 255) = 42.02%

R = 22.62%
G = 35.36%
B = 42.02%

CMYK

 C value IS 0.46

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#77BADD (or 0x77BADD) is known color: Seagull. HEX triplet: 77, BA and DD. RGB value is (119,186,221). Sum of RGB (Red+Green+Blue) = 119+186+221=526 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.62% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #77BADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BADD is #884522. Grayscale: #A9A9A9. Windows color (decimal): -8930595 or 14531191. OLE color: 14531191.

HSL color Cylindrical-coordinate representation of color #77BADD: hue angle of 200.59º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77BADD is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 186 221 -
CMYK 0.46 0.16 0 0.13
HSL 200.59º 0.6% 0.67% -
HSV(B) 200.59º 0.46% 0.87% -
XYZ 38.22 44.26 74.94 -
YUV 169.96 156.8 91.65 -
System Red Green Blue C M Y K H S L
Decimal 119 186 221 0.46 0.16 0 0.13 200.59 0.6 0.67
Hex 77 BA DD 2E 10 0 D C9 3C 43
Octal 167 272 335 56 20 0 15 311 74 103
Binary 1110111 10111010 11011101 101110 10000 0 1101 11001001 111100 1000011

Color Harmonies of #77BADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BADD

Black with #77BADD

Text Example


Text Example

White with #77BADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,186,221); }

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

background-color css

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

 a { background-color: rgb(119,186,221); }

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

border-color css

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

 span { border-color: rgb(119,186,221); }

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