Html Css Color HEX #77BADC Seagull

📋 copy color: '#77BADC'

red 119 ◦ green 186 ◦ blue 220

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

Shades of Seagull #77BADC

Tints of Seagull #77BADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.9%

R = 22.67%
G = 35.43%
B = 41.9%

CMYK

 C value IS 0.46

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#77BADC (or 0x77BADC) is known color: Seagull. HEX triplet: 77, BA and DC. RGB value is (119,186,220). Sum of RGB (Red+Green+Blue) = 119+186+220=525 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.67% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #77BADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BADC is #884523. Grayscale: #A9A9A9. Windows color (decimal): -8930596 or 14465655. OLE color: 14465655.

HSL color Cylindrical-coordinate representation of color #77BADC: hue angle of 200.2º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77BADC is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 186 220 -
CMYK 0.46 0.15 0 0.14
HSL 200.2º 0.59% 0.66% -
HSV(B) 200.2º 0.46% 0.86% -
XYZ 38.08 44.21 74.24 -
YUV 169.84 156.3 91.74 -
System Red Green Blue C M Y K H S L
Decimal 119 186 220 0.46 0.15 0 0.14 200.2 0.59 0.66
Hex 77 BA DC 2E F 0 E C8 3B 42
Octal 167 272 334 56 17 0 16 310 73 102
Binary 1110111 10111010 11011100 101110 1111 0 1110 11001000 111011 1000010

Color Harmonies of #77BADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BADC

Black with #77BADC

Text Example


Text Example

White with #77BADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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