Html Css Color HEX #77BDC8 Seagull

📋 copy color: '#77BDC8'

red 119 ◦ green 189 ◦ blue 200

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

Shades of Seagull #77BDC8

Tints of Seagull #77BDC8

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.2%

 BLUE value IS 200 (78.52% from 255) = 39.37%

R = 23.43%
G = 37.2%
B = 39.37%

CMYK

 C value IS 0.40

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#77BDC8 (or 0x77BDC8) is known color: Seagull. HEX triplet: 77, BD and C8. RGB value is (119,189,200). Sum of RGB (Red+Green+Blue) = 119+189+200=508 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.43% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 200 (78.52% from 255 or 39.37% from 508); Max value from RGB is 200 - color contains mainly: blue. Hex color #77BDC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BDC8 is #884237. Grayscale: #A9A9A9. Windows color (decimal): -8929848 or 13155703. OLE color: 13155703.

HSL color Cylindrical-coordinate representation of color #77BDC8: hue angle of 188.15º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #77BDC8 is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 119 189 200 -
CMYK 0.40 0.06 0 0.22
HSL 188.15º 0.42% 0.63% -
HSV(B) 188.15º 0.41% 0.78% -
XYZ 36.23 44.49 61.32 -
YUV 169.32 145.31 92.11 -
System Red Green Blue C M Y K H S L
Decimal 119 189 200 0.40 0.06 0 0.22 188.15 0.42 0.63
Hex 77 BD C8 28 6 0 16 BC 2A 3F
Octal 167 275 310 50 6 0 26 274 52 77
Binary 1110111 10111101 11001000 101000 110 0 10110 10111100 101010 111111

Color Harmonies of #77BDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BDC8

Black with #77BDC8

Text Example


Text Example

White with #77BDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,189,200); }

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

background-color css

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

 a { background-color: rgb(119,189,200); }

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

border-color css

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

 span { border-color: rgb(119,189,200); }

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