Html Css Color HEX #77B9DF Seagull

📋 copy color: '#77B9DF'

red 119 ◦ green 185 ◦ blue 223

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

Shades of Seagull #77B9DF

Tints of Seagull #77B9DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.31%

R = 22.58%
G = 35.1%
B = 42.31%

CMYK

 C value IS 0.47

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#77B9DF (or 0x77B9DF) is known color: Seagull. HEX triplet: 77, B9 and DF. RGB value is (119,185,223). Sum of RGB (Red+Green+Blue) = 119+185+223=527 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.58% from 527); Green value is 185 (72.66% from 255 or 35.10% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #77B9DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77B9DF is #884620. Grayscale: #A9A9A9. Windows color (decimal): -8930849 or 14662007. OLE color: 14662007.

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

Color convert

RGB 119 185 223 -
CMYK 0.47 0.17 0 0.13
HSL 201.92º 0.62% 0.67% -
HSV(B) 201.92º 0.47% 0.87% -
XYZ 38.28 43.95 76.28 -
YUV 169.6 158.13 91.91 -
System Red Green Blue C M Y K H S L
Decimal 119 185 223 0.47 0.17 0 0.13 201.92 0.62 0.67
Hex 77 B9 DF 2F 11 0 D CA 3E 43
Octal 167 271 337 57 21 0 15 312 76 103
Binary 1110111 10111001 11011111 101111 10001 0 1101 11001010 111110 1000011

Color Harmonies of #77B9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B9DF

Black with #77B9DF

Text Example


Text Example

White with #77B9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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