Html Css Color HEX #77BDCF Seagull

📋 copy color: '#77BDCF'

red 119 ◦ green 189 ◦ blue 207

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

Shades of Seagull #77BDCF

Tints of Seagull #77BDCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.19%

R = 23.11%
G = 36.7%
B = 40.19%

CMYK

 C value IS 0.43

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#77BDCF (or 0x77BDCF) is known color: Seagull. HEX triplet: 77, BD and CF. RGB value is (119,189,207). Sum of RGB (Red+Green+Blue) = 119+189+207=515 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.11% from 515); Green value is 189 (74.22% from 255 or 36.70% from 515); Blue value is 207 (81.25% from 255 or 40.19% from 515); Max value from RGB is 207 - color contains mainly: blue. Hex color #77BDCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BDCF is #884230. Grayscale: #A9A9A9. Windows color (decimal): -8929841 or 13614455. OLE color: 13614455.

HSL color Cylindrical-coordinate representation of color #77BDCF: hue angle of 192.27º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #77BDCF is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 189 207 -
CMYK 0.43 0.09 0 0.19
HSL 192.27º 0.48% 0.64% -
HSV(B) 192.27º 0.43% 0.81% -
XYZ 37.07 44.82 65.73 -
YUV 170.12 148.81 91.54 -
System Red Green Blue C M Y K H S L
Decimal 119 189 207 0.43 0.09 0 0.19 192.27 0.48 0.64
Hex 77 BD CF 2B 9 0 13 C0 30 40
Octal 167 275 317 53 11 0 23 300 60 100
Binary 1110111 10111101 11001111 101011 1001 0 10011 11000000 110000 1000000

Color Harmonies of #77BDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BDCF

Black with #77BDCF

Text Example


Text Example

White with #77BDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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