Html Css Color HEX #77BCDD Seagull

📋 copy color: '#77BCDD'

red 119 ◦ green 188 ◦ blue 221

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

Shades of Seagull #77BCDD

Tints of Seagull #77BCDD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.61%

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

R = 22.54%
G = 35.61%
B = 41.86%

CMYK

 C value IS 0.46

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#77BCDD (or 0x77BCDD) is known color: Seagull. HEX triplet: 77, BC and DD. RGB value is (119,188,221). Sum of RGB (Red+Green+Blue) = 119+188+221=528 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.54% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #77BCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BCDD is #884322. Grayscale: #AAAAAA. Windows color (decimal): -8930083 or 14531703. OLE color: 14531703.

HSL color Cylindrical-coordinate representation of color #77BCDD: hue angle of 199.41º 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 #77BCDD is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 188 221 -
CMYK 0.46 0.15 0 0.13
HSL 199.41º 0.6% 0.67% -
HSV(B) 199.41º 0.46% 0.87% -
XYZ 38.64 45.11 75.08 -
YUV 171.13 156.14 90.82 -
System Red Green Blue C M Y K H S L
Decimal 119 188 221 0.46 0.15 0 0.13 199.41 0.6 0.67
Hex 77 BC DD 2E F 0 D C7 3C 43
Octal 167 274 335 56 17 0 15 307 74 103
Binary 1110111 10111100 11011101 101110 1111 0 1101 11000111 111100 1000011

Color Harmonies of #77BCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BCDD

Black with #77BCDD

Text Example


Text Example

White with #77BCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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