Html Css Color HEX #7CB9C1 Glacier

📋 copy color: '#7CB9C1'

red 124 ◦ green 185 ◦ blue 193

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

Shades of Glacier #7CB9C1

Tints of Glacier #7CB9C1

RGB

 RED value IS 124 (48.83% from 255) = 24.7%

 GREEN value IS 185 (72.66% from 255) = 36.85%

 BLUE value IS 193 (75.78% from 255) = 38.45%

R = 24.7%
G = 36.85%
B = 38.45%

CMYK

 C value IS 0.36

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7CB9C1 (or 0x7CB9C1) is known color: Glacier. HEX triplet: 7C, B9 and C1. RGB value is (124,185,193). Sum of RGB (Red+Green+Blue) = 124+185+193=502 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.70% from 502); Green value is 185 (72.66% from 255 or 36.85% from 502); Blue value is 193 (75.78% from 255 or 38.45% from 502); Max value from RGB is 193 - color contains mainly: blue. Hex color #7CB9C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CB9C1 is #83463E. Grayscale: #A7A7A7. Windows color (decimal): -8603199 or 12695932. OLE color: 12695932.

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

Color convert

RGB 124 185 193 -
CMYK 0.36 0.04 0 0.24
HSL 186.96º 0.36% 0.62% -
HSV(B) 186.96º 0.36% 0.76% -
XYZ 35.29 42.83 56.86 -
YUV 167.67 142.29 96.85 -
System Red Green Blue C M Y K H S L
Decimal 124 185 193 0.36 0.04 0 0.24 186.96 0.36 0.62
Hex 7C B9 C1 24 4 0 18 BB 24 3E
Octal 174 271 301 44 4 0 30 273 44 76
Binary 1111100 10111001 11000001 100100 100 0 11000 10111011 100100 111110

Color Harmonies of #7CB9C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB9C1

Black with #7CB9C1

Text Example


Text Example

White with #7CB9C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7CB9C1; }

 p { color: rgb(124,185,193); }

 H1.HeaderClassName
 {
   color: #7CB9C1;
 }
 .AnyTagClassName
 {
   color: #7CB9C1;
 }
</style>

background-color css

<style>
 a { background-color: #7CB9C1; }

 a { background-color: rgb(124,185,193); }

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

border-color css

<style>
 span { border-color: #7CB9C1; }

 span { border-color: rgb(124,185,193); }

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