Html Css Color HEX #7CB9BE Glacier

📋 copy color: '#7CB9BE'

red 124 ◦ green 185 ◦ blue 190

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

Shades of Glacier #7CB9BE

Tints of Glacier #7CB9BE

RGB

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

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

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

R = 24.85%
G = 37.07%
B = 38.08%

CMYK

 C value IS 0.35

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7CB9BE (or 0x7CB9BE) is known color: Glacier. HEX triplet: 7C, B9 and BE. RGB value is (124,185,190). Sum of RGB (Red+Green+Blue) = 124+185+190=499 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.85% from 499); Green value is 185 (72.66% from 255 or 37.07% from 499); Blue value is 190 (74.61% from 255 or 38.08% from 499); Max value from RGB is 190 - color contains mainly: blue. Hex color #7CB9BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CB9BE is #834641. Grayscale: #A7A7A7. Windows color (decimal): -8603202 or 12499324. OLE color: 12499324.

HSL color Cylindrical-coordinate representation of color #7CB9BE: hue angle of 184.55º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7CB9BE is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 124 185 190 -
CMYK 0.35 0.03 0 0.25
HSL 184.55º 0.34% 0.62% -
HSV(B) 184.55º 0.35% 0.75% -
XYZ 34.96 42.7 55.11 -
YUV 167.33 140.79 97.09 -
System Red Green Blue C M Y K H S L
Decimal 124 185 190 0.35 0.03 0 0.25 184.55 0.34 0.62
Hex 7C B9 BE 23 3 0 19 B9 22 3E
Octal 174 271 276 43 3 0 31 271 42 76
Binary 1111100 10111001 10111110 100011 11 0 11001 10111001 100010 111110

Color Harmonies of #7CB9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB9BE

Black with #7CB9BE

Text Example


Text Example

White with #7CB9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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