Html Css Color HEX #77BDC3 Glacier

📋 copy color: '#77BDC3'

red 119 ◦ green 189 ◦ blue 195

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

Shades of Glacier #77BDC3

Tints of Glacier #77BDC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.77%

R = 23.66%
G = 37.57%
B = 38.77%

CMYK

 C value IS 0.39

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#77BDC3 (or 0x77BDC3) is known color: Glacier. HEX triplet: 77, BD and C3. RGB value is (119,189,195). Sum of RGB (Red+Green+Blue) = 119+189+195=503 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.66% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 195 (76.56% from 255 or 38.77% from 503); Max value from RGB is 195 - color contains mainly: blue. Hex color #77BDC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BDC3 is #88423C. Grayscale: #A8A8A8. Windows color (decimal): -8929853 or 12828023. OLE color: 12828023.

HSL color Cylindrical-coordinate representation of color #77BDC3: hue angle of 184.74º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77BDC3 is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 119 189 195 -
CMYK 0.39 0.03 0 0.24
HSL 184.74º 0.39% 0.62% -
HSV(B) 184.74º 0.39% 0.76% -
XYZ 35.66 44.26 58.29 -
YUV 168.75 142.81 92.51 -
System Red Green Blue C M Y K H S L
Decimal 119 189 195 0.39 0.03 0 0.24 184.74 0.39 0.62
Hex 77 BD C3 27 3 0 18 B9 27 3E
Octal 167 275 303 47 3 0 30 271 47 76
Binary 1110111 10111101 11000011 100111 11 0 11000 10111001 100111 111110

Color Harmonies of #77BDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BDC3

Black with #77BDC3

Text Example


Text Example

White with #77BDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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