Html Css Color HEX #77BBCF Seagull

📋 copy color: '#77BBCF'

red 119 ◦ green 187 ◦ blue 207

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

Shades of Seagull #77BBCF

Tints of Seagull #77BBCF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.45%

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

R = 23.2%
G = 36.45%
B = 40.35%

CMYK

 C value IS 0.43

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#77BBCF (or 0x77BBCF) is known color: Seagull. HEX triplet: 77, BB and CF. RGB value is (119,187,207). Sum of RGB (Red+Green+Blue) = 119+187+207=513 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.20% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 207 - color contains mainly: blue. Hex color #77BBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BBCF is #884430. Grayscale: #A8A8A8. Windows color (decimal): -8930353 or 13613943. OLE color: 13613943.

HSL color Cylindrical-coordinate representation of color #77BBCF: hue angle of 193.64º 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 #77BBCF is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 187 207 -
CMYK 0.43 0.10 0 0.19
HSL 193.64º 0.48% 0.64% -
HSV(B) 193.64º 0.43% 0.81% -
XYZ 36.64 43.97 65.59 -
YUV 168.95 149.47 92.37 -
System Red Green Blue C M Y K H S L
Decimal 119 187 207 0.43 0.10 0 0.19 193.64 0.48 0.64
Hex 77 BB CF 2B A 0 13 C2 30 40
Octal 167 273 317 53 12 0 23 302 60 100
Binary 1110111 10111011 11001111 101011 1010 0 10011 11000010 110000 1000000

Color Harmonies of #77BBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BBCF

Black with #77BBCF

Text Example


Text Example

White with #77BBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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