Html Css Color HEX #77BBBE Glacier

📋 copy color: '#77BBBE'

red 119 ◦ green 187 ◦ blue 190

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

Shades of Glacier #77BBBE

Tints of Glacier #77BBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.31%

R = 23.99%
G = 37.7%
B = 38.31%

CMYK

 C value IS 0.37

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#77BBBE (or 0x77BBBE) is known color: Glacier. HEX triplet: 77, BB and BE. RGB value is (119,187,190). Sum of RGB (Red+Green+Blue) = 119+187+190=496 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.99% from 496); Green value is 187 (73.44% from 255 or 37.70% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 190 - color contains mainly: blue. Hex color #77BBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BBBE is #884441. Grayscale: #A6A6A6. Windows color (decimal): -8930370 or 12499831. OLE color: 12499831.

HSL color Cylindrical-coordinate representation of color #77BBBE: hue angle of 182.54º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77BBBE is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 187 190 -
CMYK 0.37 0.02 0 0.25
HSL 182.54º 0.35% 0.61% -
HSV(B) 182.54º 0.37% 0.75% -
XYZ 34.67 43.18 55.22 -
YUV 167.01 140.97 93.76 -
System Red Green Blue C M Y K H S L
Decimal 119 187 190 0.37 0.02 0 0.25 182.54 0.35 0.61
Hex 77 BB BE 25 2 0 19 B7 23 3D
Octal 167 273 276 45 2 0 31 267 43 75
Binary 1110111 10111011 10111110 100101 10 0 11001 10110111 100011 111101

Color Harmonies of #77BBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BBBE

Black with #77BBBE

Text Example


Text Example

White with #77BBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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