Html Css Color HEX #77BEDD Seagull

📋 copy color: '#77BEDD'

red 119 ◦ green 190 ◦ blue 221

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

Shades of Seagull #77BEDD

Tints of Seagull #77BEDD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.85%

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

R = 22.45%
G = 35.85%
B = 41.7%

CMYK

 C value IS 0.46

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#77BEDD (or 0x77BEDD) is known color: Seagull. HEX triplet: 77, BE and DD. RGB value is (119,190,221). Sum of RGB (Red+Green+Blue) = 119+190+221=530 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.45% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #77BEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BEDD is #884122. Grayscale: #ACACAC. Windows color (decimal): -8929571 or 14532215. OLE color: 14532215.

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

Color convert

RGB 119 190 221 -
CMYK 0.46 0.14 0 0.13
HSL 198.24º 0.6% 0.67% -
HSV(B) 198.24º 0.46% 0.87% -
XYZ 39.07 45.97 75.22 -
YUV 172.31 155.48 89.98 -
System Red Green Blue C M Y K H S L
Decimal 119 190 221 0.46 0.14 0 0.13 198.24 0.6 0.67
Hex 77 BE DD 2E E 0 D C6 3C 43
Octal 167 276 335 56 16 0 15 306 74 103
Binary 1110111 10111110 11011101 101110 1110 0 1101 11000110 111100 1000011

Color Harmonies of #77BEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BEDD

Black with #77BEDD

Text Example


Text Example

White with #77BEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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