Html Css Color HEX #77BDCD Seagull

📋 copy color: '#77BDCD'

red 119 ◦ green 189 ◦ blue 205

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

Shades of Seagull #77BDCD

Tints of Seagull #77BDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.96%

R = 23.2%
G = 36.84%
B = 39.96%

CMYK

 C value IS 0.42

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#77BDCD (or 0x77BDCD) is known color: Seagull. HEX triplet: 77, BD and CD. RGB value is (119,189,205). Sum of RGB (Red+Green+Blue) = 119+189+205=513 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.20% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 205 - color contains mainly: blue. Hex color #77BDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BDCD is #884232. Grayscale: #A9A9A9. Windows color (decimal): -8929843 or 13483383. OLE color: 13483383.

HSL color Cylindrical-coordinate representation of color #77BDCD: hue angle of 191.16º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77BDCD is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 119 189 205 -
CMYK 0.42 0.08 0 0.20
HSL 191.16º 0.46% 0.64% -
HSV(B) 191.16º 0.42% 0.8% -
XYZ 36.82 44.72 64.45 -
YUV 169.89 147.81 91.7 -
System Red Green Blue C M Y K H S L
Decimal 119 189 205 0.42 0.08 0 0.20 191.16 0.46 0.64
Hex 77 BD CD 2A 8 0 14 BF 2E 40
Octal 167 275 315 52 10 0 24 277 56 100
Binary 1110111 10111101 11001101 101010 1000 0 10100 10111111 101110 1000000

Color Harmonies of #77BDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BDCD

Black with #77BDCD

Text Example


Text Example

White with #77BDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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